From a859b8d276dcdc0a9a806498f4a6af845858e3a9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 24 十二月 2019 15:32:11 +0800 Subject: [PATCH] 2019-12-24 --- src/templates/comtableconfig/source.jsx | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 6119305..c269728 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -19,7 +19,9 @@ interType: 'inner', innerFunc: '', interface: '', - outerFunc: '' + outerFunc: '', + onload: 'true', + tabshow: 'horizontal' }, tables: [], search: [ @@ -198,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 = [ @@ -329,6 +351,14 @@ url: '' } ] + + tabItems = [ + { + type: 'tabs', + label: CommonDict['header.menu.tab.subtable'], + subType: 'SubTable', + } + ] } export default new CommonTableBaseData() -- Gitblit v1.8.0