如何通过模版参数控制参数面板控件是否显示
控件通用 https://help.fanruan.com/finereport/doc-view-4261.html
------------------------
JS 实现动态隐藏参数以及控制参数面板高度 https://help.fanruan.com/finereport/doc-view-2938.html
隐藏参数面板的方法
https://help.fanruan.com/finereport/doc-view-3229.html?source=4#
$('.parameter-container').css('visibility','visible');
$('.parameter-container').css('visibility','hidden');
直接控件初始化事件后写js,根据参数判断控件显示隐藏
或者加载结束事件也可以
====
参考
https://bbs.fanruan.com/wenda/question/54778.html
JS根据条件显示参数控件