mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 17:31:18 +08:00
fix(amis-saas-4371): 剔除布局容器中重复的节点管理功能
Change-Id: Ic78f07c911c4ba585bb636e4fe88b95d20d83a90
This commit is contained in:
parent
0790058ea9
commit
33743c62a8
@ -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')
|
||||
])
|
||||
]
|
||||
},
|
||||
|
@ -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')
|
||||
])
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user