#
luxiaotao1123
2024-09-20 3519a77593ecb276b0d0cfa7f5b887f8618ecdbd
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) => {