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