瀏覽代碼

tijiao1xiangguandaima

Lijy 4 月之前
父節點
當前提交
c329a1675b

+ 3 - 2
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/pageComponents/contract/detail.vue

@@ -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" />