From bf772e586c29b4858366dbad143b1eaeca3c46ed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 四月 2020 10:18:09 +0800 Subject: [PATCH] 2020-04-17 --- src/templates/comtableconfig/source.jsx | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 709cbf0..8fc542e 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -18,6 +18,7 @@ order: '', dataresource: '', interType: 'inner', + sysInterface: 'false', innerFunc: '', interface: '', outerFunc: '', @@ -295,6 +296,12 @@ label: CommonDict['header.form.newpage.outer'], subType: 'outerpage', url: '' + }, + { + type: 'action', + label: CommonDict['header.form.funcbutton'], + subType: 'funcbutton', + url: '' } ] @@ -319,6 +326,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