|  |  | 
 |  |  |     '& .RaDatagrid-row': { | 
 |  |  |         cursor: 'auto' | 
 |  |  |     }, | 
 |  |  |     '& .RaList-content': { | 
 |  |  |     '& .RaList-content': {  | 
 |  |  |         width: '200px' | 
 |  |  |     }, | 
 |  |  |     '& .RaList-main': { | 
 |  |  | 
 |  |  |     <NumberInput source="valid" label="table.field.matnr.valid" />, | 
 |  |  |     <NumberInput source="validWarn" label="table.field.matnr.validWarn" />, | 
 |  |  |     <NumberInput source="flagCheck" label="table.field.matnr.flagCheck" />, | 
 |  |  |  | 
 |  |  |     <TextInput label="common.field.memo" source="memo" />, | 
 |  |  |     <SelectInput | 
 |  |  |         label="common.field.status" | 
 |  |  | 
 |  |  |     const translate = useTranslate(); | 
 |  |  |     const notify = useNotify(); | 
 |  |  |     const { isLoading } = useListContext(); | 
 |  |  |  | 
 |  |  |     const [columns, setColumns] = useState([]); | 
 |  |  |     const refresh = useRefresh(); | 
 |  |  |  | 
 |  |  |     useEffect(() => { | 
 |  |  |         getDynamicFields(); | 
 |  |  |     }, []); | 
 |  |  | 
 |  |  |                     <PrintButton /> | 
 |  |  |                 </WrapperField> | 
 |  |  |                 setColumns([...arr, ...fields, opt]); | 
 |  |  |                  | 
 |  |  |                 //filters添加过滤字段 | 
 |  |  |                 data.map(el => { | 
 |  |  |                     var i =0; | 
 |  |  | 
 |  |  |  | 
 |  |  | const MatnrList = () => { | 
 |  |  |     const translate = useTranslate(); | 
 |  |  |  | 
 |  |  |     const [createDialog, setCreateDialog] = useState(false); | 
 |  |  |     const [drawerVal, setDrawerVal] = useState(false); | 
 |  |  |     const notify = useNotify(); |