king
2022-05-29 f38b3321250222b81a797a538d9c3efa9f8a0ecb
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -914,6 +914,21 @@
        value: 'true',
        text: '是'
      }]
    },
    {
      type: 'radio',
      key: 'progress',
      label: '进度提示',
      initVal: card.progress || 'number',
      required: false,
      forbid: appType === 'mob',
      options: [{
        value: 'number',
        text: '剩余数'
      }, {
        value: 'progressbar',
        text: '进度条'
      }]
    }
  ]