From 6a70b457deef22720894d055f8e29e4679133423 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com>
Date: Mon, 28 Feb 2022 16:49:12 +0800
Subject: [PATCH] 27804
---
.../xiushan/apps/finance/AppFinanceProduct/productList.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue
index 40b3e45f..24abec47 100644
--- a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue
+++ b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue
@@ -29,6 +29,11 @@
+
+
+ {{row.interestRateMin}}%~{{row.interestRateMax}}%
+
+
详情
@@ -63,7 +68,7 @@ export default {
colConfigs: [
{label: "产品名称", prop: "productName", width: "160px"},
{label: "贷款额度(万)", prop: "loanMax", align: "center", width: 120},
- {label: "参考利率(%)", prop: "interestRateMin", align: "center", width: 120},
+ {label: "参考利率(%)", slot: 'interestRateMin', align: "center", width: 120},
{label: "还款期限", prop: "repaymentTimeline", dict: "productRepaymentTimeline", align: "center"},
{label: "担保方式", prop: "guaranteeModeLabel", width: 200},
{label: "还款方式", prop: "repaymentMethod", dict: "productRepaymentMethod"},