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 }}
+
+