fix(amis-saas-4371): 剔除布局容器中重复的节点管理功能

Change-Id: Ic78f07c911c4ba585bb636e4fe88b95d20d83a90
This commit is contained in:
wibetter 2022-11-14 13:18:13 +08:00
parent 0790058ea9
commit 33743c62a8
2 changed files with 2 additions and 50 deletions

View File

@ -173,31 +173,7 @@ export class FlexPluginBase extends BasePlugin {
!isFlexItem ? getSchemaTpl('layout:margin-center') : null
]
},
getSchemaTpl('status'),
{
title: '子节点管理',
body: [
{
name: 'items',
label: false,
type: 'combo',
scaffold: {
type: 'wrapper',
body: '子节点内容'
},
minLength: 2,
multiple: true,
// draggable: true,
draggableTip: '',
items: [
{
type: 'tpl',
tpl: '<span class="label label-default">子节点${index | plus}</span>'
}
]
}
]
}
getSchemaTpl('status')
])
]
},

View File

@ -167,31 +167,7 @@ export class WrapperPlugin extends BasePlugin {
}
]
},
getSchemaTpl('status'),
{
title: '子节点管理',
body: [
{
name: 'body',
label: false,
type: 'combo',
scaffold: {
type: 'tpl',
tpl: '子节点',
inline: false
},
multiple: true,
draggableTip: '',
items: [
{
type: 'tpl',
tpl:
'<span class="label label-default">子节点${index | plus}</span>'
}
]
}
]
}
getSchemaTpl('status')
])
]
},