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, + }, + ], + }, + }); + }); }())