#
luxiaotao1123
8 天以前 f937df5e6fee0959125f6faf30dc9a19280153e8
#
1个文件已修改
5 ■■■■■ 已修改文件
zy-acs-flow/src/page/agvModel/AgvModelList.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/agvModel/AgvModelList.jsx
@@ -129,12 +129,13 @@
            >
                <StyledDatagrid
                    preferenceKey='agvModel'
                    bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />}
                    // bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />}
                    bulkActionButtons={false}
                    rowClick={(id, resource, record) => false}
                    expand={() => <AgvModelPanel />}
                    expandSingle={true}
                    omit={['id', 'uuid', 'liftHeight', 'mqttTopic', 'password', 'protocol'
                        , 'length', 'width', 'height'
                        , 'length', 'width', 'height', 'allDirectionBool'
                        , 'statusBool', 'updateBy', 'updateTime', 'createTime', 'createBy', 'memo']}
                >
                    <NumberField source="id" />