Commit 10162ac1 by cocomilk2012

updata

parent a21f70c5
Showing with 10 additions and 2 deletions
...@@ -20,11 +20,19 @@ ...@@ -20,11 +20,19 @@
</p> </p>
<p> <p>
<label>应收报酬</label> <label>应收报酬</label>
<span>{{ Payment_receivable }}</span> <span
>{{
Payment_receivable ? Number(Payment_receivable).toFixed(2) : 0.0
}}</span
>
</p> </p>
<p> <p>
<label>已收报酬</label> <label>已收报酬</label>
<span>{{ receive_receivable }}</span> <span
>{{
receive_receivable ? Number(receive_receivable).toFixed(2) : 0.0
}}</span
>
</p> </p>
</div> </div>
</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 sign in to comment