Commit 4f50f252 authored by youjie's avatar youjie

no message

parent 808fd49c
...@@ -269,8 +269,7 @@ ...@@ -269,8 +269,7 @@
<span>成本: <span>成本:
{{item.CostMoney.toFixed(2)}} {{item.CostMoney.toFixed(2)}}
</span> </span>
<span <span>待收:
:class="{'color_red_order':item.DueInMoney>0}">待收:
<span :style="{'color': item.DueInMoney>0?'red':''}">{{item.DueInMoney.toFixed(2)}}</span> <span :style="{'color': item.DueInMoney>0?'red':''}">{{item.DueInMoney.toFixed(2)}}</span>
</span> </span>
<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