king
2023-11-14 169f6cd29a0d3add4fe2cf35c3579b45fa83c0d4
src/views/tabledesign/source.jsx
@@ -186,6 +186,18 @@
    },
    {
      type: 'col',
      label: '自定义列',
      subType: 'custom',
      $init: true
    },
    {
      type: 'col',
      label: '公式',
      subType: 'formula',
      $init: true
    },
    {
      type: 'col',
      label: '图片',
      subType: 'picture',
      $init: true
@@ -210,32 +222,14 @@
    },
    {
      type: 'col',
      label: '自定义列',
      subType: 'custom',
      $init: true
    },
    {
      type: 'col',
      label: '合并列',
      subType: 'colspan',
      $init: true
    },
    {
      type: 'col',
      label: '公式',
      subType: 'formula',
      $init: true
    },
    {
      type: 'col',
      label: '序号',
      subType: 'index',
      $init: true
    },
    {
      type: 'col',
      label: '操作',
      subType: 'action',
      $init: true
    }
  ],