king
2023-01-09 7d411895979f53d909b8b8026bf195518bfb606c
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1000,6 +1000,19 @@
      }]
    },
    {
      type: 'radio',
      key: 'checkType',
      label: '选框样式',
      initVal: card.checkType || 'circle',
      options: [{
        value: 'circle',
        text: '圆角'
      }, {
        value: 'square',
        text: '方角'
      }]
    },
    {
      type: 'text',
      key: 'openVal',
      label: '开启值',