mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
Merge branch 'feat-optimize-5' into pre-release
This commit is contained in:
commit
463a34fb86
@ -797,20 +797,12 @@ const ACTION_TYPE_TREE = (manager: any): RendererPluginAction[] => {
|
||||
items: [
|
||||
{
|
||||
name: 'key',
|
||||
type: 'select',
|
||||
type: 'input-text',
|
||||
placeholder: '变量名',
|
||||
source: '${__setValueDs}',
|
||||
labelField: 'label',
|
||||
valueField: 'value',
|
||||
required: true,
|
||||
visibleOn: `data.__rendererName && ${SHOW_SELECT_PROP}`
|
||||
},
|
||||
{
|
||||
name: 'key',
|
||||
type: 'input-text',
|
||||
placeholder: '变量名',
|
||||
required: true,
|
||||
visibleOn: `data.__rendererName && !${SHOW_SELECT_PROP} && __comboType === 'appoint'`
|
||||
},
|
||||
{
|
||||
name: 'val',
|
||||
|
Loading…
Reference in New Issue
Block a user