修改展示概率的显示
This commit is contained in:
@@ -263,7 +263,7 @@ export default {
|
|||||||
formatter: function (val, row, index) {
|
formatter: function (val, row, index) {
|
||||||
let value = 0;
|
let value = 0;
|
||||||
if (val) {
|
if (val) {
|
||||||
value = (val / 1000 * 100).toFixed(4);
|
value = (val / 1000).toFixed(4);
|
||||||
}
|
}
|
||||||
return value + '%';
|
return value + '%';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user