amis-saas-9158 [Bug] 测试:【组件优化第六批】树选择、树下框配置项反了

Change-Id: Icfc50d67d1cebf09952b4b94f82b4cacd95af9c5
This commit is contained in:
igrowp 2023-01-04 20:54:08 +08:00
parent 8778f51476
commit 890f883e13
2 changed files with 6 additions and 2 deletions

View File

@ -309,7 +309,9 @@ export class TreeControlPlugin extends BasePlugin {
inputClassName: 'is-inline ',
visibleOn: 'data.type === "tree-select"'
}),
getSchemaTpl('searchable', {
getSchemaTpl('switch', {
label: '可检索',
name: 'searchable',
visibleOn: 'data.type === "tree-select"'
}),
getSchemaTpl('multiple', {

View File

@ -291,7 +291,9 @@ export class TreeSelectControlPlugin extends BasePlugin {
inputClassName: 'is-inline ',
visibleOn: 'data.type === "tree-select"'
}),
getSchemaTpl('searchable', {
getSchemaTpl('switch', {
label: '可检索',
name: 'searchable',
visibleOn: 'data.type === "tree-select"'
}),
getSchemaTpl('multiple', {