king
2020-04-17 bf772e586c29b4858366dbad143b1eaeca3c46ed
src/templates/comtableconfig/source.jsx
@@ -7,6 +7,7 @@
class CommonTableBaseData {
  baseConfig = {
    type: 'system',
    Template: 'CommonTable',
    enabled: false,
    setting: {
      actionfixed: false,
@@ -17,6 +18,7 @@
      order: '',
      dataresource: '',
      interType: 'inner',
      sysInterface: 'false',
      innerFunc: '',
      interface: '',
      outerFunc: '',
@@ -294,6 +296,12 @@
      label: CommonDict['header.form.newpage.outer'],
      subType: 'outerpage',
      url: ''
    },
    {
      type: 'action',
      label: CommonDict['header.form.funcbutton'],
      subType: 'funcbutton',
      url: ''
    }
  ]
@@ -318,6 +326,12 @@
    },
    {
      type: 'columns',
      label: CommonDict['header.form.textarea'],
      subType: 'textarea',
      url: ''
    },
    {
      type: 'columns',
      label: CommonDict['header.form.colspan'],
      subType: 'colspan',
      url: ''