king
2023-06-16 e4666c46c685ec7eabff25af9890d54c0ff2952b
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -276,7 +276,7 @@
      ]
    },
    {
      type: 'radio',
      type: formTypes.length ? 'select' : 'radio',
      key: 'formType',
      label: '表单类型',
      initVal: card.formType || 'switch',
@@ -290,6 +290,9 @@
      }, {
        value: 'counter',
        text: '计数器'
      }, {
        value: 'count_line',
        text: '计数器(本地)'
      }, 
      ...formTypes]
    },