Commit f85f7149 authored by 吴春's avatar 吴春

1

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