fix:处理alert侧滑表格 tooltip不显示的问题

This commit is contained in:
zhangyu
2020-09-30 17:48:33 +08:00
parent 353c3c6ece
commit afa858c795
2 changed files with 2 additions and 2 deletions

View File

@@ -19,11 +19,11 @@ function short(value,index,type=1,dot){
}
function percent01(value,index){
value=parseFloat((new Number(value)).toPrecision(12));
return `${value} %`;
}
function percent02(value,index){
value=parseFloat((new Number(value)*100).toPrecision(12));
// value=parseFloat(value*100);
return `${value} %`;
}
function localFormat(value,index){