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

Commit cc3f39f6 authored by sangchunxi's avatar sangchunxi

演出详情 bug 提交

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