From f0602b981659c6d1ff18e8dba4ca1ce89c5f5610 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 22 三月 2020 21:18:34 +0800 Subject: [PATCH] 2020-03-22 --- src/templates/comtableconfig/source.jsx | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 4e35dcc..7bd38c1 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -7,6 +7,7 @@ class CommonTableBaseData { baseConfig = { type: 'system', + Template: 'CommonTable', enabled: false, setting: { actionfixed: false, @@ -17,6 +18,7 @@ order: '', dataresource: '', interType: 'inner', + sysInterface: 'false', innerFunc: '', interface: '', outerFunc: '', @@ -318,6 +320,12 @@ }, { type: 'columns', + label: CommonDict['header.form.textarea'], + subType: 'textarea', + url: '' + }, + { + type: 'columns', label: CommonDict['header.form.colspan'], subType: 'colspan', url: '' -- Gitblit v1.8.0