king
2019-12-21 65e310e342effbb7d98bd5f97b3404a44e3c5233
src/templates/comtableconfig/source.jsx
@@ -198,7 +198,28 @@
      style: 'button',
      show: 'horizontal',
      Width: 120
    }
    },
    tabs: [
      {
        origin: true,
        uuid: Utils.getuuid(),
        label: 'tab1',
        icon: '',
        type: 'SubTable',
        linkId: '',
        description: ''
      },
      {
        origin: true,
        uuid: Utils.getuuid(),
        label: 'tab2',
        icon: '',
        type: 'SubTable',
        linkId: '',
        description: ''
      }
    ],
    subtabs: []
  }
  searchItems = [
@@ -329,6 +350,14 @@
      url: ''
    }
  ]
  tabItems = [
    {
      type: 'tabs',
      label: CommonDict['header.menu.tab.subtable'],
      subType: 'SubTable',
    }
  ]
}
export default new CommonTableBaseData()