Commit 583f160c authored by 李晓兵's avatar 李晓兵

'修改首次付款'

parent 61713d0e
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</item> </item>
<item> <item>
<div slot="name">首次付款合计</div> <div slot="name">首次付款合计</div>
<span slot="content">{{ info.first_pay * info.product_num | NumFormat }}</span> <span slot="content">{{ info.first_pay | NumFormat }}</span>
</item> </item>
<item> <item>
<div slot="name" class="font-color">预计付款日</div> <div slot="name" class="font-color">预计付款日</div>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</item> </item>
<item> <item>
<div slot="name">首次付款合计</div> <div slot="name">首次付款合计</div>
<span slot="content">{{ rentInfo.first_pay * rentInfo.product_num |NumFormat }}</span> <span slot="content">{{ rentInfo.first_pay |NumFormat }}</span>
</item> </item>
<item> <item>
<div slot="name">预计付款日</div> <div slot="name">预计付款日</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