#
vincentlu
8 天以前 6b05991c87b150061c5ac16ddec676161970929a
#
2个文件已修改
8 ■■■■■ 已修改文件
zy-acs-flow/src/page/agvModel/AgvModelCreate.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/agvModel/AgvModelList.jsx 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/agvModel/AgvModelCreate.jsx
@@ -226,9 +226,9 @@
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                {/* <Grid item xs={6} display="flex" gap={1}>
                                    <StatusSelectInput />
                                </Grid>
                                </Grid> */}
                                <Grid item xs={12} display="flex" gap={1}>
                                    <Stack direction="column" spacing={1} width={'100%'}>
                                        <MemoInput />
zy-acs-flow/src/page/agvModel/AgvModelList.jsx
@@ -133,7 +133,9 @@
                    rowClick={(id, resource, record) => false}
                    expand={() => <AgvModelPanel />}
                    expandSingle={true}
                    omit={['id', 'uuid', 'liftHeight', 'mqttTopic', 'password', 'protocol', 'statusBool', 'updateBy', 'updateTime', 'createTime', 'createBy', 'memo']}
                    omit={['id', 'uuid', 'liftHeight', 'mqttTopic', 'password', 'protocol'
                        , 'length', 'width', 'height'
                        , 'statusBool', 'updateBy', 'updateTime', 'createTime', 'createBy', 'memo']}
                >
                    <NumberField source="id" />
                    <TextField source="uuid" label="table.field.agvModel.uuid" />