Showing
1 changed file
with
2 additions
and
1 deletions
@@ -442,7 +442,8 @@ module.exports = class extends global.yoho.BaseModel { | @@ -442,7 +442,8 @@ module.exports = class extends global.yoho.BaseModel { | ||
442 | }); | 442 | }); |
443 | } else { | 443 | } else { |
444 | 444 | ||
445 | - let perf = (100 * (result[0].data.current_year_cost / result[0].data.next_need_cost)).toFixed(2); | 445 | + let perf = (100 * (result[0].data.current_year_cost / |
446 | + result[0].data.next_need_cost)).toFixed(2); | ||
446 | 447 | ||
447 | obj = _.assign(obj, { | 448 | obj = _.assign(obj, { |
448 | percent: perf | 449 | percent: perf |
-
Please register or login to post a comment