新增一个UI组件,支持通过部门选人,更加便捷

This commit is contained in:
JEECG
2025-05-04 16:34:12 +08:00
parent cffba084fc
commit 3b34276cf8
7 changed files with 1028 additions and 1 deletions

View File

@ -258,6 +258,20 @@ export const schemas: FormSchema[] = [
label: '选中用户',
colProps: { span: 12 },
},
{
field: 'user4',
component: 'JSelectUserByDepartment',
label: '部门选择用户',
helpMessage: ['component模式'],
defaultValue: '',
componentProps: {
labelKey: 'realname',
rowKey: 'username',
},
colProps: {
span: 12,
},
},
{
field: 'role2',
component: 'JSelectRole',