参数面板能和下面普通报表一样整个框框吗
https://help.fanruan.com/finereport10.0/doc-view-1828.html
https://help.fanruan.com/finereport/doc-view-1828.html
参考这两个文档 把控件放单元格里面去
如何只隐藏参数面板的小箭头?
//隐藏参数面板小箭头
setTimeout(function() {
$('.parameter-container-collapseimg-up').hide();
}, 10);
//删除参数面板小箭头
$('.parameter-container-collapseimg-up').remove();
在参数面板para的事件中添加初始化事件,加入该JS代码即可
隐藏参数面板的小箭头