Commit 2ec56535 authored by 786817560's avatar 786817560

Merge branch 'ren' into develop

parents 36878afe 7ec742e6
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-24 18:59:49
* @LastEditTime: 2019-10-24 19:20:52
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
......@@ -60,6 +60,14 @@
<div slot="name" >手续费</div>
<section slot="content">{{ Math.round(conditionInfo.lease_charge) * conditionInfo.product_num | currency }}</section>
</item>
<item>
<div slot="name" >gps费用</div>
<section slot="content">{{ conditionInfo.gps_fee * conditionInfo.product_num | currency }}</section>
</item>
<item>
<div slot="name" >保险押金</div>
<section slot="content">{{ conditionInfo.insurance_fee * conditionInfo.product_num | currency }}</section>
</item>
<item>
<div slot="name" >预计付款日</div>
<section slot="content">{{ conditionInfo.lease_start_date }}</section>
......
......@@ -65,7 +65,7 @@ export default {
// next()
// },
activated () {
debugger
// debugger
this.proQuery()
},
methods:
......
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