mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
amis-saas-9158 [Bug] 测试:【组件优化第六批】树选择、树下框配置项反了
Change-Id: Icfc50d67d1cebf09952b4b94f82b4cacd95af9c5
This commit is contained in:
parent
8778f51476
commit
890f883e13
@ -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', {
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user