From 3ca91a731665962918a026f521c556f4745ebf35 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 16 十一月 2020 19:20:19 +0800 Subject: [PATCH] 2020-11-16 --- src/templates/comtableconfig/source.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index ec96326..0c0ee33 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -10,6 +10,7 @@ type: 'system', Template: 'CommonTable', enabled: false, + easyCode: '', setting: { actionfixed: false, columnfixed: false, @@ -18,7 +19,7 @@ primaryKey: '', order: '', dataresource: '', - interType: 'inner', + interType: 'system', sysInterface: 'false', innerFunc: '', interface: '', @@ -164,7 +165,7 @@ Align: 'center', IsSort: 'false', uuid: Utils.getuuid(), - label: CommonDict['model.form.column.action'], + label: CommonDict['model.operation'], type: 'action', style: 'button', show: 'horizontal', -- Gitblit v1.8.0