Commit 35f4f2e0 authored by youjie's avatar youjie

no message

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