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] },