From 65e310e342effbb7d98bd5f97b3404a44e3c5233 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 21 十二月 2019 00:29:36 +0800 Subject: [PATCH] 2019-12-21 --- src/templates/comtableconfig/source.jsx | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 6119305..c95b5f3 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/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() -- Gitblit v1.8.0