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 | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/templates/subtableconfig/source.jsx b/src/templates/subtableconfig/source.jsx index 3b0a0c8..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: '' @@ -278,6 +272,24 @@ }, { 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: '' + }, + { + type: 'action', label: CommonDict['model.form.funcbutton'], subType: 'funcbutton', url: '' -- Gitblit v1.8.0