#
luxiaotao1123
2024-11-11 6324d391d2b0aa5b96128f5e07a612ec7ebf8c20
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}`
    }