|  |  | 
 |  |  |                 actions={( | 
 |  |  |                     <TopToolbar> | 
 |  |  |                         <FilterButton /> | 
 |  |  |                         <InitButton /> | 
 |  |  |                         <MyCreateButton onClick={() => { setCreateDialog(true) }} /> | 
 |  |  |                         <InitButton />                         | 
 |  |  |                         <SelectColumnsButton preferenceKey='deviceSite' /> | 
 |  |  |                         <MyExportButton /> | 
 |  |  |                     </TopToolbar> | 
 |  |  | 
 |  |  |                     preferenceKey='deviceSite' | 
 |  |  |                     bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} | 
 |  |  |                     rowClick={(id, resource, record) => false} | 
 |  |  |                     omit={['id', 'createTime', 'createBy', 'memo', 'label']} | 
 |  |  |                     omit={['id', 'createTime', 'createBy', 'memo', 'label','name','target','statusBool','updateBy']} | 
 |  |  |                 > | 
 |  |  |                     <NumberField source="id" /> | 
 |  |  |                     <TextField source="site" label="table.field.deviceSite.site" /> | 
 |  |  |                     <TextField source="name" label="table.field.deviceSite.name" /> | 
 |  |  |                     <NumberField source="type$" label="table.field.deviceSite.type" /> | 
 |  |  |                     <TextField source="site" label="table.field.deviceSite.site" /> | 
 |  |  |                      | 
 |  |  |                     <TextField source="target" label="table.field.deviceSite.target" /> | 
 |  |  |                     <TextField source="label" label="table.field.deviceSite.label" /> | 
 |  |  |                     <TextField source="device$" label="table.field.deviceSite.device" /> |