From a4ba5d208b8335c634dffd612c2bf310b1dea607 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 17 八月 2020 15:49:30 +0800 Subject: [PATCH] 2020-08-17 --- src/templates/subtableconfig/source.jsx | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/templates/subtableconfig/source.jsx b/src/templates/subtableconfig/source.jsx index 3b0a0c8..6e97f46 100644 --- a/src/templates/subtableconfig/source.jsx +++ b/src/templates/subtableconfig/source.jsx @@ -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