src/templates/zshare/formconfig.jsx
@@ -1493,6 +1493,21 @@ initVal: card.reason || '', required: false }, { type: 'radio', key: 'hidden', label: '隐藏', initVal: card.hidden || 'false', tooltip: '隐藏后按钮在页面中不显示,且不参与权限分配。', required: false, options: [{ value: 'false', text: '否' }, { value: 'true', text: '是' }] } ] }