|
@@ -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;">
|