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

Commit 320b6ba7 authored by dongchun's avatar dongchun

修改缺陷

parent a5e97456
...@@ -356,9 +356,9 @@ ...@@ -356,9 +356,9 @@
title: '奖品剩余', title: '奖品剩余',
formatter: function(value, row, index) { formatter: function(value, row, index) {
if (itemId) { if (itemId) {
return (row.prizeNum - row.winPrizeNum) || '-' return (row.prizeNum - row.winPrizeNum) || '0'
} else { } else {
return '-' return '0'
} }
} }
} }
......
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