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: '隐藏' }] }, ] }