Merge branch 'master' into master

This commit is contained in:
xlh12306
2025-05-14 22:17:00 +08:00
committed by GitHub
26 changed files with 2331 additions and 962 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',

View File

@ -144,7 +144,7 @@ export const formSchema: FormSchema[] = [
{
field: 'userIds',
label: '指定用户',
component: 'JSelectUser',
component: 'JSelectUserByDepartment',
required: true,
componentProps: {
rowKey: 'id',