//小数转为百分比
return (param.value * 100) + "%";
 
//实现千分位
return VSUtils.comdifyValue(param.value);