求助
这个支持的
根据用户角色隐藏显示按钮组件就可以
=========
一个demo,根据用户控制按钮显示隐藏
var th=this;
setTimeout(function() {
if(a=='admin'){th.setVisible(true);}
else{th.setVisible(false);}
}, 800);
https://help.fanruan.com/finereport10.0/doc-view-4010.html
参考接口
加载结束事件里面写JS