#
luxiaotao1123
2024-09-20 a8ae29d162e12612a0d07f5d6870755e46bddc9a
zy-acs-flow/src/page/agv/index.jsx
@@ -5,11 +5,12 @@
    ShowGuesser,
} from "react-admin";
import AgvList from "./AgvList";
import { AgvList, AgvGrid } from "./AgvList";
import AgvEdit from "./AgvEdit";
export default {
    list: AgvList,
    // list: AgvList,
    list: AgvGrid,
    edit: AgvEdit,
    show: ShowGuesser,
    recordRepresentation: (record) => {