Skip to end of metadata
Go to start of metadata
原型
//小数转为百分比
return (param.value * 100) + "%";
 
//实现千分位
return VSUtils.comdifyValue(param.value);
 


 

  • No labels