From 09d4619f7bf4bea15ffbb440ebd2bbaf6274f030 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 24 Jan 2025 09:53:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 1 - .../bill/creditInstallmentAnalysis/index.vue | 30 ++++++++++++++++--- .../bill/onlineLendAnalysis/index.vue | 30 ++++++++++++++++--- 3 files changed, 52 insertions(+), 9 deletions(-) diff --git a/src/config.js b/src/config.js index 40436d6..8325230 100644 --- a/src/config.js +++ b/src/config.js @@ -1,6 +1,5 @@ // 应用全局配置 const config = { - // baseUrl: 'https://vue.ruoyi.vip/prod-api', baseUrl: 'http://152.136.151.187:82/prod-api', // baseUrl: 'http://localhost:8080', //cloud后台网关地址 diff --git a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue index 476c6e4..72db141 100644 --- a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue +++ b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue @@ -87,14 +87,30 @@
-
当期应还金额
+
未结清本金
+
{{ historyObj.unClearedPrincipal }}
+
+
+
+ +
+
未结清利息
+
{{ historyObj.unClearedInterest }}
+
+
+ +
+
+ +
+
当期应还本息
{{ historyObj.dueDetail}}
-
当期已还金额
+
当期已还本息
{{ historyObj.repaidDetail }}
@@ -103,11 +119,17 @@
-
当期待还金额
+
当期待还本息
{{ historyObj.leftDetail}}
- +
+ +
+
当期利息
+
{{ historyObj.dueInterest }}
+
+
diff --git a/src/pages/statistic/bill/onlineLendAnalysis/index.vue b/src/pages/statistic/bill/onlineLendAnalysis/index.vue index 3a2e540..8f9e405 100644 --- a/src/pages/statistic/bill/onlineLendAnalysis/index.vue +++ b/src/pages/statistic/bill/onlineLendAnalysis/index.vue @@ -87,14 +87,30 @@
-
当期应还金额
+
未结清本金
+
{{ historyObj.unClearedPrincipal }}
+
+
+
+ +
+
未结清利息
+
{{ historyObj.unClearedInterest }}
+
+
+ +
+
+ +
+
当期应还本息
{{ historyObj.dueDetail}}
-
当期已还金额
+
当期已还本息
{{ historyObj.repaidDetail }}
@@ -103,11 +119,17 @@
-
当期待还金额
+
当期待还本息
{{ historyObj.leftDetail}}
- +
+ +
+
当期利息
+
{{ historyObj.dueInterest }}
+
+