#
luxiaotao1123
2025-04-02 64bafdbf7abf3f686d04569e24573a4113d02ee4
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}`
    }