mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-31 09:05:27 +08:00
【issues/8078】角色选择组件点击文字部分会一直选中
This commit is contained in:
@ -420,9 +420,9 @@ export const schemas: FormSchema[] = [
|
||||
component: 'RoleSelect',
|
||||
componentProps: {
|
||||
//最大选择数量
|
||||
maxSelectCount: 3,
|
||||
maxSelectCount: 4,
|
||||
//是否单选
|
||||
isRadioSelection: false
|
||||
multi: true
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user