king
2023-12-12 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a
src/templates/modalconfig/source.jsx
@@ -102,6 +102,11 @@
  },
  {
    type: 'form',
    label: '选择器',
    subType: 'popSelect',
  },
  {
    type: 'form',
    label: '开关',
    subType: 'switch',
  },
@@ -179,6 +184,11 @@
    type: 'form',
    label: '公式',
    subType: 'formula',
  },
  {
    type: 'form',
    label: '验证码',
    subType: 'vercode',
  }
]