|
@@ -25,9 +25,10 @@
|
|
|
{{ infoData.nextPaymentDate ? infoData.nextPaymentDate : '-' }}
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
- <van-cell title="下笔回款金额" :value="infoData.payment">
|
|
|
+ <van-cell title="下笔回款金额">
|
|
|
<template #default>
|
|
|
- <span class="text-[#FF8B32]" v-if="infoData.payment">¥ {{ infoData.payment.toFixed(2) }}</span>
|
|
|
+ <span class="text-[#FF8B32]" v-if="infoData.nextPaymentAmount">¥ {{ infoData.
|
|
|
+ nextPaymentAmount?.toFixed(2) }}</span>
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
<van-cell title="合同类型" :value="infoData.typeName" />
|