You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
869 B

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