king
2024-02-19 1e4a7720c748bc0206b02b30f4a2e0b3dafb54f3
src/views/tabledesign/source.jsx
@@ -51,6 +51,26 @@
      type: 'search',
      label: '日期(组合)',
      subType: 'group'
    },
    {
      type: 'search',
      label: '数值(区间)',
      subType: 'range'
    },
    {
      type: 'search',
      label: '开关',
      subType: 'switch'
    },
    {
      type: 'search',
      label: '单选框',
      subType: 'radio'
    },
    {
      type: 'search',
      label: '勾选框',
      subType: 'check'
    }
  ],
  actionItems: [
@@ -186,6 +206,18 @@
    },
    {
      type: 'col',
      label: '自定义列',
      subType: 'custom',
      $init: true
    },
    {
      type: 'col',
      label: '公式',
      subType: 'formula',
      $init: true
    },
    {
      type: 'col',
      label: '图片',
      subType: 'picture',
      $init: true
@@ -210,20 +242,8 @@
    },
    {
      type: 'col',
      label: '自定义列',
      subType: 'custom',
      $init: true
    },
    {
      type: 'col',
      label: '合并列',
      subType: 'colspan',
      $init: true
    },
    {
      type: 'col',
      label: '公式',
      subType: 'formula',
      $init: true
    },
    {