|  |  |  | 
|---|
|  |  |  | <TextInput source="phone" label="table.field.user.phone" />, | 
|---|
|  |  |  | <TextInput source="email" label="table.field.user.email" />, | 
|---|
|  |  |  | // <ReferenceInput source="deptId" label="table.field.user.deptId" reference="dept"> | 
|---|
|  |  |  | //     <AutocompleteInput label="table.field.user.deptId" optionText="name" /> | 
|---|
|  |  |  | //     <AutocompleteInput label="table.field.user.deptId" optionText="name" filterToQuery={(val) => ({ name: val })} /> | 
|---|
|  |  |  | // </ReferenceInput>, | 
|---|
|  |  |  | <TextInput source="realName" label="table.field.user.realName" />, | 
|---|
|  |  |  | <TextInput source="idCard" label="table.field.user.idCard" />, | 
|---|