From 4b18ab4bf4eff4383bd85beb76564dc6aeb1df86 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 26 一月 2021 19:11:26 +0800 Subject: [PATCH] 2021-01-26 --- src/templates/comtableconfig/source.jsx | 24 +++++++++++------------- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 738c88c..4c2c87e 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: '', @@ -73,8 +74,7 @@ origin: true, uuid: Utils.getuuid(), label: 'add', - intertype: 'inner', - method: 'POST', + intertype: 'system', Ot: 'notRequired', position: 'toolbar', execSuccess: 'grid', @@ -88,10 +88,9 @@ origin: true, uuid: Utils.getuuid(), label: 'update', - intertype: 'inner', - method: 'POST', + intertype: 'system', Ot: 'requiredSgl', - position: 'grid', + position: 'toolbar', execSuccess: 'grid', execError: 'never', errorTime: 15, @@ -103,8 +102,7 @@ origin: true, uuid: Utils.getuuid(), label: 'delete', - intertype: 'inner', - method: 'POST', + intertype: 'system', Ot: 'required', position: 'toolbar', execSuccess: 'grid', @@ -164,7 +162,7 @@ Align: 'center', IsSort: 'false', uuid: Utils.getuuid(), - label: CommonDict['model.form.column.action'], + label: CommonDict['model.operation'], type: 'action', style: 'button', show: 'horizontal', @@ -338,14 +336,14 @@ }, { type: 'columns', - label: CommonDict['model.form.textarea'], - subType: 'textarea', + label: CommonDict['model.form.href'], + subType: 'link', url: '' }, { type: 'columns', - label: CommonDict['model.form.href'], - subType: 'link', + label: CommonDict['model.form.textarea'], + subType: 'textarea', url: '' }, { -- Gitblit v1.8.0