|  |  | 
 |  |  |     '& .opt': { | 
 |  |  |         width: 248 | 
 |  |  |     }, | 
 |  |  |     '& .MuiTableCell-root': { | 
 |  |  |     whiteSpace: 'nowrap', | 
 |  |  |     overflow: 'visible', | 
 |  |  |     textOverflow: 'unset' | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | })); | 
 |  |  |  | 
 |  |  |  | 
 |  |  | 
 |  |  |         />, | 
 |  |  |     ] | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     return ( | 
 |  |  |         <Box display="flex"> | 
 |  |  |             <List | 
 |  |  | 
 |  |  |             > | 
 |  |  |                 <StyledDatagrid | 
 |  |  |                     preferenceKey='task' | 
 |  |  |                     bulkActionButtons={false | 
 |  |  |                         // <> | 
 |  |  |                         //     <BulkResortButton /> | 
 |  |  |                         //     <BulkCancelButton /> | 
 |  |  |                         //     <BulkDeleteButton mutationMode={OPERATE_MODE} /> | 
 |  |  |                         // </> | 
 |  |  |                     } | 
 |  |  |                     bulkActionButtons={false} | 
 |  |  |                     rowClick={false} | 
 |  |  |                     expand={<TaskPanel />} | 
 |  |  |                     expandSingle={true} | 
 |  |  |                     omit={['id', 'createTime', 'createBy', 'memo', 'robotCode', 'exceStatus', 'expDesc', 'expCode', 'status']} | 
 |  |  |                     omit={['id', 'createTime', 'createBy$', 'memo', 'robotCode', 'exceStatus', 'expDesc', 'expCode', 'status','warehType$']} | 
 |  |  |                 > | 
 |  |  |                     <NumberField source="id" /> | 
 |  |  |                     <TextField source="taskCode" label="table.field.task.taskCode" /> | 
 |  |  | 
 |  |  |                     <TextField source="createBy$" label="common.field.createBy" /> | 
 |  |  |                     <DateField source="updateTime" label="common.field.updateTime" showTime /> | 
 |  |  |                     <DateField source="createTime" label="common.field.createTime" showTime /> | 
 |  |  |                     {/* <BooleanField source="statusBool" label="common.field.status" sortable={false} /> */} | 
 |  |  |                     <TextField source="memo" label="common.field.memo" sortable={false} /> | 
 |  |  |                     <WrapperField cellClassName="opt" label="common.field.opt" onClick={(e) => e.stopPropagation()} > | 
 |  |  |                         <EditButton label="toolbar.detail" /> | 
 |  |  | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |     return ( | 
 |  |  |         (record.taskStatus == 1 || record.taskStatus == 101) && (record.taskType == 1 || record.taskType == 101 || record.taskType == 10 || record.taskType == 103 || record.taskType == 11) ? | 
 |  |  |         (record.taskStatus == 1 || record.taskStatus == 101) && (record.taskType == 1 || record.taskType == 101 || record.taskType == 10 || record.taskType == 107 || record.taskType == 103 || record.taskType == 11) ? | 
 |  |  |             <ConfirmButton | 
 |  |  |                 onConfirm={clickCancel} | 
 |  |  |                 startIcon={<CancelIcon />} |