Commit aeaf172b authored by 李智书's avatar 李智书

1.提交更新;

parent 1baeb1c2
......@@ -552,8 +552,8 @@
},
widthArr() {
return function(type, data2) {
if (!data2.grossAmount) {
return '';
if (!data2.grossAmount||data2.grossAmount==0) {
return 0;
}
let {
canteenAmount,
......@@ -572,7 +572,7 @@
return ((otherAmount / grossAmount)) * 472
break;
default:
return ''
return 0
break;
}
}
......
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