Commit 0ee41be4 by sunhaiwei

用户管理中的所属机构改成部门

parent 5988a95d
...@@ -148,10 +148,10 @@ ...@@ -148,10 +148,10 @@
}, },
{ {
field: 'departmentIds', field: 'departmentIds',
label: t('所属机构'), label: t('部门'),
component: 'TreeSelect', component: 'TreeSelect',
componentProps: { componentProps: {
placeholder: '请选择所属机构', placeholder: '请选择部门',
fieldNames: { fieldNames: {
label: 'name', label: 'name',
key: 'id', key: 'id',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment