数据预警插件:https://help.fanruan.com/finebi/doc-view-1852.html
编辑结束事件吧
let bl=this.getValue();
if(Number(bl)>50000){
alert("超过50000");
}