记得上下班打卡 | git大法好,push需谨慎

Commit f2e115f1 authored by sangchunxi's avatar sangchunxi

演出详情 bug 正式提交

parent 2a39b923
......@@ -66,7 +66,7 @@
title: '总代票提',
formatter: function (value, row, index) {
// return value * 100 + '%'
return Math.round(value * 100) / 100
return Math.round(value * 100)
}
},
{
......@@ -74,7 +74,7 @@
title: '普代票提',
formatter: function (value, row, index) {
// return value * 100 + '%'
return Math.round(value * 100) / 100
return Math.round(value * 100)
}
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment