Commit 9a157edd authored by youjie's avatar youjie

no message

parent ca8a5e39
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
</el-table-column> </el-table-column>
<el-table-column label="利润" style="background:#EAEAEA"> <el-table-column label="利润" style="background:#EAEAEA">
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="{'cF1416C':scope.row.dueInMoney>0}"> <span :class="{'cF1416C':(scope.row.income*100-scope.row.costMoney*100-scope.row.refundMoney*100)/100>0}">
<span class="fz15 fbold"> <span class="fz15 fbold">
{{moneyFormat((scope.row.income*100-scope.row.costMoney*100-scope.row.refundMoney*100)/100)}} {{moneyFormat((scope.row.income*100-scope.row.costMoney*100-scope.row.refundMoney*100)/100)}}
</span> </span>
......
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