|  |  | 
 |  |  |                                 source="fields" | 
 |  |  |                                 parse={v => v} | 
 |  |  |                                 autoFocus | 
 |  |  |                                 validate={required()} | 
 |  |  |                             /> | 
 |  |  |                         </Stack> | 
 |  |  |                         <Stack direction='row' gap={2}> | 
 |  |  | 
 |  |  |                                 label="table.field.fields.fieldsAlise" | 
 |  |  |                                 source="fieldsAlise" | 
 |  |  |                                 parse={v => v} | 
 |  |  |                                 validate={required()} | 
 |  |  |                             /> | 
 |  |  |                         </Stack> | 
 |  |  |                         <Stack direction='row' gap={2}> | 
 |  |  | 
 |  |  |                                 label="table.field.fields.unique" | 
 |  |  |                                 source="unique" | 
 |  |  |                                 choices={[ | 
 |  |  |                                     { id: 0, name: ' 非唯一' }, | 
 |  |  |                                     { id:   1, name: '  唯一' }, | 
 |  |  |                                     { id: 0, name: ' 非必填' }, | 
 |  |  |                                     { id: 1, name: '  必填' }, | 
 |  |  |                                 ]} | 
 |  |  |                                 validate={required()} | 
 |  |  |                             /> | 
 |  |  | 
 |  |  |                                 source="flagEnable" | 
 |  |  |                                 choices={[ | 
 |  |  |                                     { id: 0, name: ' 不启用' }, | 
 |  |  |                                     { id:  1, name: ' 启用' }, | 
 |  |  |                                     { id: 1, name: ' 启用' }, | 
 |  |  |                                 ]} | 
 |  |  |                                 validate={required()} | 
 |  |  |                             /> | 
 |  |  |                         </Stack> | 
 |  |  |  | 
 |  |  |                     </Grid> | 
 |  |  |                     <Grid item xs={12} md={4}> | 
 |  |  |                     {/* <Grid item xs={12} md={4}> | 
 |  |  |                         <Typography variant="h6" gutterBottom> | 
 |  |  |                             {translate('common.edit.title.common')} | 
 |  |  |                         </Typography> | 
 |  |  |                         <StatusSelectInput /> | 
 |  |  |                         <Box mt="2em" /> | 
 |  |  |                         <MemoInput /> | 
 |  |  |                     </Grid> | 
 |  |  |                     </Grid> */} | 
 |  |  |                 </Grid> | 
 |  |  |             </SimpleForm> | 
 |  |  |         </Edit > |