king
2022-10-22 03a22ec6f9ad7303d10b4c65bb5bc6fa5cbd448a
src/views/tabledesign/source.jsx
@@ -5,62 +5,52 @@
    {
      type: 'search',
      label: '文本',
      subType: 'text',
      url: ''
      subType: 'text'
    },
    {
      type: 'search',
      label: '下拉选择',
      subType: 'select',
      url: ''
      subType: 'select'
    },
    {
      type: 'search',
      label: '下拉多选',
      subType: 'multiselect',
      url: ''
      subType: 'multiselect'
    },
    {
      type: 'search',
      label: '联动菜单',
      subType: 'link',
      url: ''
      subType: 'link'
    },
    {
      type: 'search',
      label: '选项卡',
      subType: 'checkcard',
      url: ''
      subType: 'checkcard'
    },
    {
      type: 'search',
      label: '日期(天)',
      subType: 'date',
      url: ''
      subType: 'date'
    },
    {
      type: 'search',
      label: '日期(周)',
      subType: 'dateweek',
      url: ''
      subType: 'dateweek'
    },
    {
      type: 'search',
      label: '日期(月)',
      subType: 'datemonth',
      url: ''
      subType: 'datemonth'
    },
    {
      type: 'search',
      label: '日期(区间)',
      subType: 'daterange',
      url: ''
      subType: 'daterange'
    },
    {
      type: 'search',
      label: '日期(组合)',
      subType: 'group',
      url: ''
      subType: 'group'
    }
  ],
  actionItems: [
@@ -90,6 +80,7 @@
      label: '导入Excel',
      text: '导入Excel',
      value: 'excelIn',
      class: 'border-dgreen',
      $init: true
    },
    {
@@ -130,46 +121,64 @@
  ],
  columnItems: [
    {
      type: 'columns',
      type: 'col',
      label: '文本',
      subType: 'text',
      url: ''
      $init: true
    },
    {
      type: 'columns',
      type: 'col',
      label: '数字',
      subType: 'number',
      url: ''
      $init: true
    },
    {
      type: 'columns',
      type: 'col',
      label: '图片',
      subType: 'picture',
      url: ''
      $init: true
    },
    {
      type: 'columns',
      type: 'col',
      label: '链接',
      subType: 'link',
      url: ''
      $init: true
    },
    {
      type: 'columns',
      type: 'col',
      label: '多行文本',
      subType: 'textarea',
      url: ''
      $init: true
    },
    {
      type: 'columns',
      type: 'col',
      label: '自定义列',
      subType: 'custom',
      $init: true
    },
    {
      type: 'col',
      label: '合并列',
      subType: 'colspan',
      url: ''
      $init: true
    },
    {
      type: 'columns',
      type: 'col',
      label: '公式',
      subType: 'formula',
      $init: true
    },
    {
      type: 'col',
      label: '序号',
      subType: 'index',
      url: ''
      $init: true
    },
    {
      type: 'col',
      label: '操作',
      subType: 'action',
      $init: true
    }
  ],
  tabItems: [