试试,决策报表可以的
修改水印颜色,控件初始化事件
"use document";
setTimeout(function() {
$(".bi-label.bi-water-mark.bi-text").css({
'font-family': 'Microsoft YaHei',
'color': 'red'
});
}, 1000);