【issues/8078】角色选择组件点击文字部分会一直选中

This commit is contained in:
JEECG
2025-04-15 11:19:36 +08:00
parent 8abce5ad9c
commit 44146f073e
3 changed files with 32 additions and 17 deletions

View File

@ -420,9 +420,9 @@ export const schemas: FormSchema[] = [
component: 'RoleSelect',
componentProps: {
//最大选择数量
maxSelectCount: 3,
maxSelectCount: 4,
//是否单选
isRadioSelection: false
multi: true
},
},
{