#
luxiaotao1123
2024-09-20 a8ae29d162e12612a0d07f5d6870755e46bddc9a
zy-acs-flow/src/page/agvModel/AgvModelList.jsx
@@ -116,7 +116,7 @@
                title={"menu.agvModel"}
                empty={<EmptyData onClick={() => { setCreateDialog(true) }} />}
                filters={filters}
                sort={{ field: "create_time", order: "desc" }}
                sort={{ field: "create_time", order: "asc" }}
                actions={(
                    <TopToolbar>
                        <FilterButton />
@@ -133,12 +133,12 @@
                    rowClick={(id, resource, record) => false}
                    expand={() => <AgvModelPanel />}
                    expandSingle={true}
                    omit={['id', 'uuid', 'liftHeight', 'mqttTopic', 'password', 'updateBy', 'updateTime', 'createTime', 'createBy', 'memo']}
                    omit={['id', 'uuid', 'liftHeight', 'mqttTopic', 'password', 'protocol', 'statusBool', 'updateBy', 'updateTime', 'createTime', 'createBy', 'memo']}
                >
                    <NumberField source="id" />
                    <TextField source="uuid" label="table.field.agvModel.uuid" />
                    <TextField source="type" label="table.field.agvModel.type" />
                    <TextField source="name" label="table.field.agvModel.name" />
                    <TextField source="type" label="table.field.agvModel.type" />
                    <NumberField source="length" label="table.field.agvModel.length" />
                    <NumberField source="width" label="table.field.agvModel.width" />
                    <NumberField source="height" label="table.field.agvModel.height" />