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

Commit 2a39b923 authored by sangchunxi's avatar sangchunxi

演出详情 bug 测试

parent 7d593848
......@@ -65,14 +65,16 @@
field: 'totalCarry',
title: '总代票提',
formatter: function (value, row, index) {
return value * 100 + '%'
// return value * 100 + '%'
return Math.round(value * 100) / 100
}
},
{
field: 'ordCarry',
title: '普代票提',
formatter: function (value, row, index) {
return value * 100 + '%'
// return value * 100 + '%'
return Math.round(value * 100) / 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