#
luxiaotao1123
2024-11-22 099d9a5da5b562e63e2e56efbe9f799e2bcdd614
zy-acs-flow/src/page/agv/index.jsx
@@ -7,12 +7,13 @@
import { AgvList, AgvGrid } from "./AgvList";
import AgvEdit from "./AgvEdit";
import { AgvShow } from "./AgvShow";
export default {
    // list: AgvList,
    list: AgvGrid,
    edit: AgvEdit,
    show: ShowGuesser,
    show: AgvShow,
    recordRepresentation: (record) => {
        return `${record.uuid}`
    }