Commit fa43216a authored by youjie's avatar youjie

no message

parent 73076f4d
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
{{ TotalData(1) }} {{ TotalData(1) }}
</span> </span>
<span style="margin-left: 20px;">摊销余额: <span style="margin-left: 20px;">摊销余额:
<span :style="{'color': TotalData(1)>0?'red':''}">{{ TotalData() }}</span> <span :style="{'color': TotalData()<=0?'red':''}">{{ TotalData() }}</span>
</span> </span>
</p> </p>
</div> </div>
......
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