|  |  |  | 
|---|
|  |  |  | <StyledDatagrid | 
|---|
|  |  |  | preferenceKey='deviceBind' | 
|---|
|  |  |  | bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} | 
|---|
|  |  |  | rowClick={(id, resource, record) => false} | 
|---|
|  |  |  | expand={() => <DeviceBindPanel />} | 
|---|
|  |  |  | rowClick={(id, resource, record) => false} | 
|---|
|  |  |  | expandSingle={true} | 
|---|
|  |  |  | omit={['id', 'createTime', 'createBy', 'memo']} | 
|---|
|  |  |  | omit={['id', 'createTime', 'createBy', 'memo','updateBy','emptySimilar']} | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <NumberField source="id" /> | 
|---|
|  |  |  | <NumberField source="currentRow" label="table.field.deviceBind.currentRow" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | <NumberField source="startDeviceNo" label="table.field.deviceBind.startDeviceNo" /> | 
|---|
|  |  |  | <NumberField source="endDeviceNo" label="table.field.deviceBind.endDeviceNo" /> | 
|---|
|  |  |  | <TextField source="staList" label="table.field.deviceBind.staList" /> | 
|---|
|  |  |  | <NumberField source="typeId" label="table.field.deviceBind.typeId" /> | 
|---|
|  |  |  | <ReferenceField source="typeId" label="table.field.deviceBind.typeId" reference="warehouseAreas" link={false} sortable={false}> | 
|---|
|  |  |  | <TextField source="name" /> | 
|---|
|  |  |  | </ReferenceField> | 
|---|
|  |  |  | <TextField source="beSimilar" label="table.field.deviceBind.beSimilar" /> | 
|---|
|  |  |  | <TextField source="emptySimilar" label="table.field.deviceBind.emptySimilar" /> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | <ReferenceField source="createBy" label="common.field.createBy" reference="user" link={false} sortable={false}> | 
|---|
|  |  |  | <TextField source="nickname" /> | 
|---|
|  |  |  | </ReferenceField> | 
|---|
|  |  |  | <DateField source="createTime" label="common.field.createTime" showTime /> | 
|---|
|  |  |  | <BooleanField source="statusBool" label="common.field.status" sortable={false} /> | 
|---|
|  |  |  | <DateField source="createTime" label="common.field.createTime" showTime /> | 
|---|
|  |  |  | <TextField source="memo" label="common.field.memo" sortable={false} /> | 
|---|
|  |  |  | <WrapperField cellClassName="opt" label="common.field.opt"> | 
|---|
|  |  |  | <EditButton sx={{ padding: '1px', fontSize: '.75rem' }} /> | 
|---|