king
2019-12-24 a859b8d276dcdc0a9a806498f4a6af845858e3a9
src/templates/comtableconfig/source.jsx
@@ -17,7 +17,11 @@
      order: '',
      dataresource: '',
      interType: 'inner',
      innerFunc: ''
      innerFunc: '',
      interface: '',
      outerFunc: '',
      onload: 'true',
      tabshow: 'horizontal'
    },
    tables: [],
    search: [
@@ -196,7 +200,27 @@
      style: 'button',
      show: 'horizontal',
      Width: 120
    }
    },
    tabs: [
      {
        origin: true,
        uuid: Utils.getuuid(),
        label: 'tab1',
        icon: '',
        type: 'SubTable',
        linkTab: '',
        supMenu: ''
      },
      {
        origin: true,
        uuid: Utils.getuuid(),
        label: 'tab2',
        icon: '',
        type: 'SubTable',
        linkTab: '',
        supMenu: ''
      }
    ]
  }
  searchItems = [
@@ -327,6 +351,14 @@
      url: ''
    }
  ]
  tabItems = [
    {
      type: 'tabs',
      label: CommonDict['header.menu.tab.subtable'],
      subType: 'SubTable',
    }
  ]
}
export default new CommonTableBaseData()