|  |  | 
 |  |  | const TITLE = 'menu.matnrGroup'; | 
 |  |  |  | 
 |  |  | const columns = [ | 
 |  |  |     { | 
 |  |  |         id: 'name', | 
 |  |  |         label: 'table.field.matnrGroup.name', | 
 |  |  |         minWidth: 200, | 
 |  |  |     }, | 
 |  |  |  | 
 |  |  |     { | 
 |  |  |         id: 'code', | 
 |  |  |         label: 'table.field.matnrGroup.code', | 
 |  |  |         minWidth: 80, | 
 |  |  |     }, | 
 |  |  |     { | 
 |  |  |         id: 'name', | 
 |  |  |         label: 'table.field.matnrGroup.name', | 
 |  |  |         Width: 100, | 
 |  |  |     }, | 
 |  |  |     { | 
 |  |  |         id: 'parentId', | 
 |  |  | 
 |  |  |                     > | 
 |  |  |                         {expandAll ? translate('common.action.collapseAll') : translate('common.action.expandAll')} | 
 |  |  |                     </Button> | 
 |  |  |                     {/* <TextField | 
 |  |  |                         label="Search" | 
 |  |  |                     <TextField | 
 |  |  |                         label="搜索名称" | 
 |  |  |                         value={filter} | 
 |  |  |                         onChange={({ target }) => { | 
 |  |  |                             setFilter(target.value) | 
 |  |  | 
 |  |  |                         size="small" | 
 |  |  |                         margin="dense" | 
 |  |  |                         fullWidth | 
 |  |  |                     /> */} | 
 |  |  |                     /> | 
 |  |  |                 </Box> | 
 |  |  |                 <Box> | 
 |  |  |                     <Button |