فهرست منبع

首页统计优化

dudm 3 سال پیش
والد
کامیت
089c470339
2فایلهای تغییر یافته به همراه4 افزوده شده و 13 حذف شده
  1. 0 9
      front-vue/src/api/service/report/credit.js
  2. 4 4
      front-vue/src/views/home.vue

+ 0 - 9
front-vue/src/api/service/report/credit.js

@@ -97,13 +97,4 @@ export function financeRecordMonth(query) {
     method: 'get',
     params: query
   })
-}
-
-// 融资开立最近30天统计 -- 柱状图
-export function financeRecord(query) {
-  return request({
-    url: '/sc-service/report/credit/financeRecord',
-    method: 'get',
-    params: query
-  })
 }

+ 4 - 4
front-vue/src/views/home.vue

@@ -163,7 +163,7 @@
                     <span style="color: #666ee8; font-weight: bold;">总授权额度(正向保理)</span>
                 </div>
                 <div class="text item" style="height:100px">
-                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(getFinancedNumForward())}}</span>
+                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(creditLineAllForward)}}</span>
                 </div>
             </el-card>
             <el-card class="box-card" style="width:93%;margin:0.6%;float:left;">
@@ -303,7 +303,7 @@
                     <span style="color: #666ee8; font-weight: bold;">已融资额度</span>
                 </div>
                 <div class="text item" style="height:100px">
-                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(loanBalance)}}</span>
+                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(getFinancedNum())}}</span>
                 </div>
             </el-card>
             <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
@@ -371,7 +371,7 @@
                     <span style="color: #666ee8; font-weight: bold;">持有融信额度</span>
                 </div>
                 <div class="text item" style="height:100px">
-                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(creditLineAll)}}</span>
+                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(getEffectBalance())}}</span>
                 </div>
             </el-card>
             <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">
@@ -387,7 +387,7 @@
                     <span style="color: #666ee8; font-weight: bold;">已融资额度</span>
                 </div>
                 <div class="text item" style="height:100px">
-                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(loanBalance)}}</span>
+                    <span style="color: #666ee8; font-weight: bold;">{{handleInput(getFinancedNum())}}</span>
                 </div>
             </el-card>
             <el-card class="box-card" style="width:22.4%;margin:0.6%;float:left;">