From 1b0fd0a20d54068f0f4716177780e00a75b860ef Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 一月 2020 17:12:34 +0800 Subject: [PATCH] 2020-01-10 --- src/templates/formtabconfig/source.jsx | 88 ------------------------------------------- 1 files changed, 1 insertions(+), 87 deletions(-) diff --git a/src/templates/modalviewconfig/source.jsx b/src/templates/formtabconfig/source.jsx similarity index 76% rename from src/templates/modalviewconfig/source.jsx rename to src/templates/formtabconfig/source.jsx index c0240de..aba4f91 100644 --- a/src/templates/modalviewconfig/source.jsx +++ b/src/templates/formtabconfig/source.jsx @@ -6,21 +6,16 @@ class CommonTableBaseData { baseConfig = { - type: 'system', + type: 'formTab', enabled: false, setting: { - actionfixed: false, - columnfixed: false, tableName: '', - tableType: 'checkbox', primaryKey: '', - order: '', dataresource: '', interType: 'inner', innerFunc: '', interface: '', outerFunc: '', - onload: 'true', subtabs: [] }, tables: [], @@ -153,60 +148,6 @@ verify: null } ], - columns: [ - { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - }, { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - }, { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - }, { - origin: true, - uuid: Utils.getuuid(), - Align: 'left', - label: 'label', - field: '', - Hide: 'false', - IsSort: 'true', - type: 'text', - Width: 120 - } - ], - gridBtn: { - display: false, - Align: 'center', - IsSort: 'false', - uuid: Utils.getuuid(), - label: CommonDict['header.form.column.action'], - type: 'action', - style: 'button', - show: 'horizontal', - Width: 120 - }, tabs: [ { origin: true, // 鏄惁涓虹ず渚� @@ -332,33 +273,6 @@ type: 'action', label: CommonDict['header.form.newpage.outer'], subType: 'outerpage', - url: '' - } - ] - - columnItems = [ - { - type: 'columns', - label: CommonDict['header.form.text'], - subType: 'text', - url: '' - }, - { - type: 'columns', - label: CommonDict['header.form.number'], - subType: 'number', - url: '' - }, - { - type: 'columns', - label: CommonDict['header.form.picture'], - subType: 'picture', - url: '' - }, - { - type: 'columns', - label: CommonDict['header.form.colspan'], - subType: 'colspan', url: '' } ] -- Gitblit v1.8.0