| | |
| | | <TextInput source="data" label="table.field.code.data" alwaysOn />, |
| | | <NumberInput source="x" label="table.field.code.x" />, |
| | | <NumberInput source="y" label="table.field.code.y" />, |
| | | <SelectInput source="concer" label="table.field.code.concer" |
| | | <SelectInput source="corner" label="table.field.code.corner" |
| | | choices={[ |
| | | { id: '1', name: 'common.enums.true' }, |
| | | { id: '0', name: 'common.enums.false' }, |
| | |
| | | <TextField source="data" label="table.field.code.data" /> |
| | | <NumberField source="x" label="table.field.code.x" /> |
| | | <NumberField source="y" label="table.field.code.y" /> |
| | | <BooleanField source="cornerBool" label="table.field.code.concer" sortable={false} /> |
| | | <BooleanField source="cornerBool" label="table.field.code.corner" sortable={false} /> |
| | | <TextField source="scale" label="table.field.code.scale" /> |
| | | |
| | | <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> |