#
luxiaotao1123
2024-10-19 dfc2d1e2bbbc01e68e0e7ee89f3a557db5841f93
zy-acs-flow/src/page/agv/index.jsx
@@ -5,13 +5,15 @@
    ShowGuesser,
} from "react-admin";
import AgvList from "./AgvList";
import { AgvList, AgvGrid } from "./AgvList";
import AgvEdit from "./AgvEdit";
import { AgvShow } from "./AgvShow";
export default {
    list: AgvList,
    // list: AgvList,
    list: AgvGrid,
    edit: AgvEdit,
    show: ShowGuesser,
    show: AgvShow,
    recordRepresentation: (record) => {
        return `${record.uuid}`
    }