From 84e806945ef8982508a79e0b62a7bcb0881b108c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 30 十二月 2019 10:09:26 +0800 Subject: [PATCH] 2019-12-30 --- src/templates/comtableconfig/source.jsx | 43 ++++++++++++++++++++++++------------------- 1 files changed, 24 insertions(+), 19 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index d6f783b..4552f1f 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -21,7 +21,7 @@ interface: '', outerFunc: '', onload: 'true', - tabshow: 'horizontal' + subtabs: [] }, tables: [], search: [ @@ -206,24 +206,29 @@ }, tabs: [ { - origin: true, + origin: true, // 鏄惁涓虹ず渚� + groupId: 'tabs', uuid: Utils.getuuid(), label: 'tab1', icon: '', type: 'SubTable', linkTab: '', + subtabs: [], supMenu: '' }, { origin: true, + groupId: 'tabs', uuid: Utils.getuuid(), label: 'tab2', icon: '', type: 'SubTable', linkTab: '', + subtabs: [], supMenu: '' } - ] + ], + tabgroups: ['tabs'] } searchItems = [ @@ -274,12 +279,6 @@ }, { type: 'action', - label: CommonDict['header.form.popview'], - subType: 'popview', - url: '' - }, - { - type: 'action', label: CommonDict['header.form.prompt'], subType: 'prompt', url: '' @@ -292,12 +291,6 @@ }, { type: 'action', - label: CommonDict['header.form.tab'], - subType: 'tab', - url: '' - }, - { - type: 'action', label: CommonDict['header.form.excelIn'], subType: 'excelIn', url: '' @@ -306,6 +299,18 @@ type: 'action', label: CommonDict['header.form.excelOut'], subType: 'excelOut', + url: '' + }, + { + type: 'action', + label: CommonDict['header.form.popview'], + subType: 'popview', + url: '' + }, + { + type: 'action', + label: CommonDict['header.form.tab'], + subType: 'tab', url: '' }, { @@ -337,14 +342,14 @@ }, { type: 'columns', - label: CommonDict['header.form.picture'], - subType: 'picture', + label: CommonDict['header.form.number'], + subType: 'number', url: '' }, { type: 'columns', - label: CommonDict['header.form.number'], - subType: 'number', + label: CommonDict['header.form.picture'], + subType: 'picture', url: '' }, { -- Gitblit v1.8.0