帆软修改下拉框默认值 不选改为全部

https://help.finereport.com/finereport9.0/doc-view-1787.html
单选框初始化后事件
this.options.name4Empty = “全部”;

下拉复选框编辑前事件:
$(“.fr-checkbox-list.fr-combo-list div:first div span”).text(“全选”)

去掉全部

$(".fr-combo-list-item-noselect",this.$view).remove();
this.$view.css("height","auto");

你可能感兴趣的:(帆软,css)