#
luxiaotao1123
2024-09-26 a4b850a43524d96647231c109ad07637bc6936bf
#
1个文件已修改
26 ■■■■■ 已修改文件
zy-acs-flow/src/page/code/CodeEdit.jsx 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/code/CodeEdit.jsx
@@ -63,19 +63,28 @@
                        <Typography variant="h6" gutterBottom>
                            {translate('common.edit.title.main')}
                        </Typography>
                        <Stack direction='row' gap={2}>
                        {/* <Stack direction='row' gap={2}>
                            <TextInput
                                label="table.field.code.uuid"
                                source="uuid"
                                parse={v => v}
                                autoFocus
                            />
                        </Stack>
                        </Stack> */}
                        <Stack direction='row' gap={2}>
                            <TextInput
                                label="table.field.code.data"
                                source="data"
                                parse={v => v}
                                validate={required()}
                            />
                            <SelectInput
                                label="table.field.code.concer"
                                source="concer"
                                choices={[
                                    { id: '1', name: 'common.enums.true' },
                                    { id: '0', name: 'common.enums.false' },
                                ]}
                                validate={required()}
                            />
                        </Stack>
@@ -84,22 +93,9 @@
                                label="table.field.code.x"
                                source="x"
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <NumberInput
                                label="table.field.code.y"
                                source="y"
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <SelectInput
                                label="table.field.code.concer"
                                source="concer"
                                choices={[
                                    { id: 1, name: '是' },
                                    { id: 0, name: '否' },
                                ]}
                                validate={required()}
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>