From 12c4dd8bb0bb4c523dcf2fbb81191a7f3556a430 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 15 一月 2020 12:50:22 +0800 Subject: [PATCH] 2020-01-15 --- src/templates/comtableconfig/source.jsx | 85 ++++++++++++++++++++++++++++++++---------- 1 files changed, 64 insertions(+), 21 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 1b7d63e..c0240de 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -17,7 +17,11 @@ order: '', dataresource: '', interType: 'inner', - innerFunc: '' + innerFunc: '', + interface: '', + outerFunc: '', + onload: 'true', + subtabs: [] }, tables: [], search: [ @@ -94,11 +98,13 @@ position: 'toolbar', execSuccess: 'grid', execError: 'never', + errorTime: 15, OpenType: 'pop', pageTemplate: '', url: '', icon: 'plus', - class: 'green' + class: 'green', + verify: null }, { origin: true, uuid: Utils.getuuid(), @@ -115,11 +121,13 @@ position: 'grid', execSuccess: 'grid', execError: 'never', + errorTime: 15, OpenType: 'pop', pageTemplate: '', url: '', icon: 'form', - class: 'purple' + class: 'purple', + verify: null }, { origin: true, uuid: Utils.getuuid(), @@ -136,11 +144,13 @@ position: 'toolbar', execSuccess: 'grid', execError: 'never', + errorTime: 15, OpenType: 'prompt', pageTemplate: '', url: '', icon: 'delete', - class: 'red' + class: 'red', + verify: null } ], columns: [ @@ -196,7 +206,32 @@ style: 'button', show: 'horizontal', Width: 120 - } + }, + tabs: [ + { + 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 = [ @@ -247,12 +282,6 @@ }, { type: 'action', - label: CommonDict['header.form.popview'], - subType: 'popview', - url: '' - }, - { - type: 'action', label: CommonDict['header.form.prompt'], subType: 'prompt', url: '' @@ -265,12 +294,6 @@ }, { type: 'action', - label: CommonDict['header.form.tab'], - subType: 'tab', - url: '' - }, - { - type: 'action', label: CommonDict['header.form.excelIn'], subType: 'excelIn', url: '' @@ -279,6 +302,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: '' }, { @@ -310,14 +345,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: '' }, { @@ -327,6 +362,14 @@ url: '' } ] + + tabItems = [ + { + type: 'tabs', + label: CommonDict['header.menu.tab.subtable'], + subType: 'SubTable', + } + ] } export default new CommonTableBaseData() -- Gitblit v1.8.0