king
2024-02-23 7e5200a09b2c6282382ec8725220f5561de139f6
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',
  }
]