king
2021-06-02 e543372cc70a19ff2630c79d8421c2c593e54e5f
src/menu/components/form/formaction/formconfig.jsx
@@ -273,6 +273,20 @@
      tooltip: '执行成功后需要刷新的组件。',
      required: false,
      options: modules
    }
    },
    {
      type: 'radio',
      key: 'enable',
      label: '是否显示',
      initVal: card.enable || 'false',
      required: false,
      options: [{
        value: 'true',
        text: '显示'
      }, {
        value: 'false',
        text: '隐藏'
      }]
    },
  ]
}