Commit 21542aad authored by linxin's avatar linxin

fix

parent 733f629e
......@@ -20,15 +20,15 @@
</tr>
<tr>
<td>本金</td>
<td>5,000.00</td>
<td>5,000.00</td>
<td>代扣;在线支付</td>
<td>{{ pop.principal|currency }}</td>
<td>{{ pop.received_principal|currency }}</td>
<td>{{ pop.pay_method }}</td>
</tr>
<tr>
<td>利息</td>
<td>5,000.00</td>
<td>5,000.00</td>
<td>代扣;在线支付</td>
<td>{{ pop.interest|currency }}</td>
<td>{{ pop.received_interest|currency }}</td>
<td>{{ pop.pay_method }}</td>
</tr>
</table>
</div>
......@@ -55,7 +55,7 @@
>
<div
:class="{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}"
>{{ index + 1 }}</div>
>{{ item.times }}</div>
<img v-if="statu === 'black'" src="@/assets/contractInquire/black.png" alt class="left" >
<img v-if="statu === 'orange'" src="@/assets/contractInquire/orange.png" alt class="left" >
<img v-if="statu === 'blue'" src="@/assets/contractInquire/blue.png" alt class="left" >
......@@ -99,6 +99,7 @@ export default {
// 已结清 black , 逾期 orange , 还款中 blue , 未还款 green
statu: 'orange',
show: true,
pop: {},
info: {},
lists: [],
}
......@@ -112,6 +113,7 @@ export default {
showModel (e) {
if (e.cf_item_name === '租金') {
this.show = true
this.pop = e
}
},
selectMonth (e) {
......
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