king
2021-08-26 e9c48bd7356462ba9257540b130a47a65ad1861d
src/menu/components/form/formaction/formconfig.jsx
@@ -251,6 +251,14 @@
      options: menulist
    },
    {
      type: 'text',
      key: 'output',
      label: '返回值',
      tooltip: '执行成功后的返回值。',
      initVal: card.output || '',
      required: false
    },
    {
      type: 'radio',
      key: 'open',
      label: '打开方式',
@@ -273,20 +281,6 @@
      tooltip: '执行成功后需要刷新的组件。',
      required: false,
      options: modules
    },
    {
      type: 'radio',
      key: 'enable',
      label: '是否显示',
      initVal: card.enable || 'true',
      required: false,
      options: [{
        value: 'true',
        text: '显示'
      }, {
        value: 'false',
        text: '隐藏'
      }]
    },
    }
  ]
}