king
2022-05-07 2dc0ff994bb96eacc472442fde6cfb38b05959e9
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: '是'
      }]
    }
  ]
}