|  |  | 
 |  |  |         <StyledDatagrid | 
 |  |  |           preferenceKey='purchase' | 
 |  |  |           bulkActionButtons={() => <BulkDeleteButton mutationMode="pessimistic"/>} | 
 |  |  |           rowClick={'edit'} | 
 |  |  |           rowClick={false} | 
 |  |  |           expand={false} | 
 |  |  |           expandSingle={true} | 
 |  |  |           omit={['id', 'createTime', 'createBy','channel', 'platCode', 'memo', 'channel','startTime','workQty', 'endTime']} | 
 |  |  | 
 |  |  |           {/* <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"> | 
 |  |  |             <EditButton sx={{ padding: '1px', fontSize: '.75rem' }} /> | 
 |  |  |             <EditButton label="toolbar.detail" sx={{ padding: '1px', fontSize: '.75rem' }} /> | 
 |  |  |             <DeleteButton sx={{ padding: '1px', fontSize: '.75rem' }} mutationMode="pessimistic"/> | 
 |  |  |           </WrapperField> | 
 |  |  |         </StyledDatagrid> |