king
2023-10-19 96989af7e330a08d376002b0759705a477039f61
src/menu/modulecell/index.jsx
@@ -52,6 +52,7 @@
          { subType: 'textarea', text: '多行文本', type: 'form' },
          { subType: 'multiselect', text: '下拉多选', type: 'form' },
          { subType: 'link', text: '联动菜单', type: 'form' },
          { subType: 'popSelect', text: '选择器', type: 'form' },
          { subType: 'switch', text: '开关', type: 'form' },
          { subType: 'checkbox', text: '多选框', type: 'form' },
          { subType: 'radio', text: '单选框', type: 'form' },
@@ -93,13 +94,13 @@
        children: [
          { subType: 'text', text: '文本', type: 'col', $init: true },
          { subType: 'number', text: '数字', type: 'col', $init: true },
          { subType: 'custom', text: '自定义列', type: 'col', $init: true },
          { subType: 'formula', text: '公式', type: 'col', $init: true },
          { subType: 'picture', text: '图片', type: 'col', $init: true },
          { subType: 'video', text: '视频', type: 'col', $init: true },
          { subType: 'link', text: '链接', type: 'col', $init: true },
          { subType: 'textarea', text: '多行文本', type: 'col', $init: true },
          { subType: 'custom', text: '自定义列', type: 'col', $init: true },
          { subType: 'colspan', text: '合并列', type: 'col', $init: true },
          { subType: 'formula', text: '公式', type: 'col', $init: true },
          { subType: 'index', text: '序号', type: 'col', $init: true }
        ]
      }