!(function () { BI.config("dec.provider.report.template.show_types", function (provider) { provider.inject({ showTypes: { suffix: "frm", types: [ { text: BI.i18nText("新预览"), defaultValue: true, value: 8, }, ], }, }); }); BI.config("dec.provider.report.schedule_template.show_types", function (provider) { provider.inject({ showTypes: { suffix: "frm", types: [ { text: BI.i18nText("新预览"), defaultValue: true, value: 8, }, ], }, }); }); }())