From bd06958321afa706f32287c71bd219eb0622c86c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 十二月 2019 16:31:45 +0800 Subject: [PATCH] 2019-12-10 --- src/templates/comtableconfig/source.jsx | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index d52cb61..5f8ab0b 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -7,12 +7,14 @@ class CommonTableBaseData { baseConfig = { type: 'system', + enabled: false, setting: { actionfixed: false, columnfixed: false, tableName: '', tableType: 'checkbox', primaryKey: '', + order: '', dataresource: '' }, tables: [], @@ -88,6 +90,7 @@ method: 'POST', outerFunc: '', sql: '', + sqlType: '', callbackFunc: '', Ot: 'notRequired', position: 'toolbar', @@ -109,6 +112,7 @@ method: 'POST', outerFunc: '', sql: '', + sqlType: '', callbackFunc: '', Ot: 'requiredSgl', position: 'grid', @@ -130,6 +134,7 @@ method: 'POST', outerFunc: '', sql: '', + sqlType: '', callbackFunc: '', Ot: 'required', position: 'toolbar', @@ -151,6 +156,7 @@ method: 'POST', outerFunc: '', sql: '', + sqlType: '', callbackFunc: '', Ot: 'requiredOnce', position: 'toolbar', @@ -207,7 +213,18 @@ 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 + } } searchItems = [ @@ -282,6 +299,18 @@ }, { type: 'action', + label: CommonDict['header.form.excelIn'], + subType: 'excelIn', + url: '' + }, + { + type: 'action', + label: CommonDict['header.form.excelOut'], + subType: 'excelOut', + url: '' + }, + { + type: 'action', label: CommonDict['header.form.blank'], subType: 'blank', url: '' @@ -312,6 +341,18 @@ label: CommonDict['header.form.picture'], subType: 'picture', url: '' + }, + { + type: 'columns', + label: CommonDict['header.form.number'], + subType: 'number', + url: '' + }, + { + type: 'columns', + label: CommonDict['header.form.colspan'], + subType: 'colspan', + url: '' } ] } -- Gitblit v1.8.0