| | |
| | | preferenceKey='locType' |
| | | bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} |
| | | rowClick={(id, resource, record) => false} |
| | | expand={() => <LocTypePanel />} |
| | | expandSingle={true} |
| | | omit={['id', 'createTime', 'createBy', 'memo']} |
| | | > |
| | | <NumberField source="id" /> |
| | | {/* <TextField source="uuid" label="table.field.locType.uuid" /> */} |
| | | <TextField source="name" label="table.field.locType.name" /> |
| | | <TextField source="code" label="table.field.locType.code" /> |
| | | <TextField source="regex" label="table.field.locType.regex" /> |
| | | |
| | | <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> |