#
luxiaotao1123
2024-09-13 07ec70fb9a6a662e2ef8203f0deb466db871fed9
zy-acs-flow/src/page/code/CodeList.jsx
@@ -68,8 +68,8 @@
    <NumberInput source="y" label="table.field.code.y" />,
    <SelectInput source="concer" label="table.field.code.concer"
        choices={[
            { id: 1, name: '是' },
            { id: 0, name: '否' },
            { id: '1', name: 'common.enums.true' },
            { id: '0', name: 'common.enums.false' },
        ]}
    />,
    <TextInput source="scale" label="table.field.code.scale" />,