用js写弹出就行
全局接口-FR- FineReport帮助文档 - 全面的报表使用教程和学习资料


"use document"
const iframe = document.createElement("iframe");
iframe.width = "100%";
iframe.height = "100%";
iframe.scrolling = "no";
iframe.style="border: none";
iframe.src = "/webroot/decision/view/duchamp?viewlet=Template3.fvs&page_number=1";
duchamp.showDialog(
{
//弹窗的标题,可以动态获取
title:"弹窗测试",
width: 700,
height: 500,
innerContent:iframe,
dialogType:"center",
titleStyle: {color:"white", fontWeight: "bold",background:"#FFCC00",height:"35px",fontSize:"18px"},
backgroundStyle: {background:"#FFCC00" },
}
);
$(".duchamp-custom-title").css({"line-height":"35px","font-family":"幼圆"});