chore: 更改搜索的字段

This commit is contained in:
dap 2024-10-29 16:29:46 +08:00
parent c8963d4bbb
commit f8f23b5de4

View File

@ -184,8 +184,8 @@ export const drawerSchema: FormSchemaGetter = () => [
componentProps: {
getPopupContainer,
mode: 'multiple',
optionFilterProp: 'label',
optionLabelProp: 'label',
optionFilterProp: 'title',
optionLabelProp: 'title',
},
fieldName: 'roleIds',
label: '角色',