|  |  | 
 |  |  |   '& .opt': { | 
 |  |  |     width: 200 | 
 |  |  |   }, | 
 |  |  |   '& .MuiTableCell-root': { | 
 |  |  |     whiteSpace: 'nowrap', | 
 |  |  |     overflow: 'visible', | 
 |  |  |     textOverflow: 'unset' | 
 |  |  |   } | 
 |  |  | })); | 
 |  |  |  | 
 |  |  | const filters = [ | 
 |  |  | 
 |  |  |               <FilterButton /> | 
 |  |  |               <MyCreateButton onClick={() => { setCreateDialog(true) }} /> | 
 |  |  |               <SelectColumnsButton preferenceKey='purchaseItem' /> | 
 |  |  |               <MyExportButton /> | 
 |  |  |               {/* <MyExportButton /> */} | 
 |  |  |             </TopToolbar> | 
 |  |  |           )} | 
 |  |  |           perPage={DEFAULT_PAGE_SIZE} | 
 |  |  | 
 |  |  |               setSelect(record) | 
 |  |  |               setEditDialog(true) | 
 |  |  |             }} | 
 |  |  |             omit={['id', 'createTime', 'purchaseId', 'platItemId','asnQty', 'printQty',  'createBy', 'memo']} | 
 |  |  |             omit={['id', 'createTime', 'purchaseId', 'platItemId','asnQty', 'printQty',  'createBy', 'memo','splrCode','createBy$','statusBool']} | 
 |  |  |           > | 
 |  |  |             <NumberField source="id" /> | 
 |  |  |             <NumberField source="purchaseId" label="table.field.purchaseItem.purchaseId" /> |