From 76427d51a079a5fd1f45bf7188249e7a4647ae05 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 九月 2020 10:37:25 +0800 Subject: [PATCH] 2020-09-14 --- src/templates/subtableconfig/source.jsx | 34 +++++++++++++++++++++++----------- 1 files changed, 23 insertions(+), 11 deletions(-) diff --git a/src/templates/subtableconfig/source.jsx b/src/templates/subtableconfig/source.jsx index d625409..85e2405 100644 --- a/src/templates/subtableconfig/source.jsx +++ b/src/templates/subtableconfig/source.jsx @@ -20,7 +20,7 @@ primaryKey: '', order: '', dataresource: '', - interType: 'inner', + interType: 'system', innerFunc: '', interface: '', outerFunc: '' @@ -248,12 +248,6 @@ }, { type: 'action', - label: CommonDict['model.form.popview'], - subType: 'popview', - url: '' - }, - { - type: 'action', label: CommonDict['model.form.prompt'], subType: 'prompt', url: '' @@ -274,6 +268,24 @@ type: 'action', label: CommonDict['model.form.excelOut'], subType: 'excelOut', + url: '' + }, + { + type: 'action', + label: CommonDict['model.form.popview'], + subType: 'popview', + url: '' + }, + { + type: 'action', + label: CommonDict['model.form.tab'], + subType: 'tab', + url: '' + }, + { + type: 'action', + label: CommonDict['model.form.newpage'], + subType: 'innerpage', url: '' }, { @@ -305,14 +317,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