From 6ff876f6bf92de91f9caaff3ec3d5b3aa80d8069 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Sat, 7 Oct 2023 13:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A3=8E=E6=8E=A7=E7=AE=A1?= =?UTF-8?q?=E7=90=86--=E9=87=91=E8=9E=8D=E6=96=B9=E6=A1=88--=E5=85=B6?= =?UTF-8?q?=E5=AE=83=E8=9E=8D=E6=A8=A1=E5=9D=97=E5=A2=9E=E5=8A=A0=E5=85=B6?= =?UTF-8?q?=E5=AE=83=E8=9E=8D=E8=B4=B4=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/publicPage/financialscheme.vue | 5 +++-- .../src/views/workFlow/publicPage/financialscheme.vue | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue b/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue index e7ca113c83..90871f8640 100644 --- a/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue +++ b/anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue @@ -150,9 +150,9 @@ -
其它融金额
+
其它融贴息
- +
@@ -748,6 +748,7 @@ export default { this.finance.loanInterest = resp.data.loanInterest this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay this.finance.otherPolicyInterest = resp.data.otherPolicyInterest + this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio this.finance.loanDownPay = resp.data.loanDownPay this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio this.finance.loanAmountTotal = resp.data.loanAmountTotal diff --git a/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue b/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue index 8024d21804..c208ab467a 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue @@ -749,6 +749,7 @@ export default { this.finance.loanInterest = resp.data.loanInterest this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay this.finance.otherPolicyInterest = resp.data.otherPolicyInterest + this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio this.finance.loanDownPay = resp.data.loanDownPay this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio this.finance.loanAmountTotal = resp.data.loanAmountTotal