king
2023-08-17 c7aece35a62b6e91fd98a625bf0e53f64bfbd18d
src/views/tabledesign/source.jsx
@@ -119,6 +119,58 @@
      $init: true
    }
  ],
  popactionItems: [
    {
      type: 'action',
      label: '弹窗(表单)',
      text: '弹窗(表单)',
      value: 'pop',
      $init: true
    },
    {
      type: 'action',
      label: '提示框',
      text: '提示框',
      value: 'prompt',
      $init: true
    },
    {
      type: 'action',
      label: '直接执行',
      text: '直接执行',
      value: 'exec',
      $init: true
    },
    {
      type: 'action',
      label: '导入Excel',
      text: '导入Excel',
      value: 'excelIn',
      class: 'border-dgreen',
      $init: true
    },
    {
      type: 'action',
      label: '导出Excel',
      text: '导出Excel',
      value: 'excelOut',
      $init: true
    },
    {
      type: 'action',
      label: '标签页',
      text: '标签页',
      value: 'tab',
      $init: true
    },
    {
      type: 'action',
      label: '新页面',
      text: '新页面',
      value: 'innerpage',
      $init: true
    }
  ],
  columnItems: [
    {
      type: 'col',
@@ -178,12 +230,6 @@
      type: 'col',
      label: '序号',
      subType: 'index',
      $init: true
    },
    {
      type: 'col',
      label: '操作',
      subType: 'action',
      $init: true
    }
  ],