From 76c89a66d446f0aacdd59ea6be330292b4ef1bc5 Mon Sep 17 00:00:00 2001 From: dailer Date: Mon, 31 Aug 2020 14:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/main/resources/com/fr?= =?UTF-8?q?/plugin/showtype/web/show=5Ftypes.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fr/plugin/showtype/web/show_types.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/com/fr/plugin/showtype/web/show_types.js b/src/main/resources/com/fr/plugin/showtype/web/show_types.js index 4a313c9..aab2004 100644 --- a/src/main/resources/com/fr/plugin/showtype/web/show_types.js +++ b/src/main/resources/com/fr/plugin/showtype/web/show_types.js @@ -13,4 +13,19 @@ }, }); }); + + BI.config("dec.provider.report.schedule_template.show_types", function (provider) { + provider.inject({ + showTypes: { + suffix: "frm", + types: [ + { + text: BI.i18nText("新预览"), + defaultValue: true, + value: 8, + }, + ], + }, + }); + }); }())