|
@@ -96,8 +96,8 @@
|
|
|
<a-alert type="info" style="margin-bottom:10px">
|
|
|
<div slot="message">
|
|
|
余额:<strong>{{ totalData&&(totalData.bizAmount || totalData.bizAmount==0) ? toThousands(totalData.bizAmount) : '--' }}</strong>;
|
|
|
- 借方:<strong>{{ totalData&&(totalData.debitAmount || totalData.debitAmount==0) ? toThousands(totalData.debitAmount) : '--' }}</strong>;
|
|
|
- 贷方:<strong>{{ totalData&&(totalData.lenderAmount || totalData.lenderAmount==0) ? toThousands(totalData.lenderAmount) : '--' }}</strong>;
|
|
|
+ 借方:<strong>{{ totalData&&(totalData.borrowAmount || totalData.borrowAmount==0) ? toThousands(totalData.borrowAmount) : '--' }}</strong>;
|
|
|
+ 贷方:<strong>{{ totalData&&(totalData.loanAmount || totalData.loanAmount==0) ? toThousands(totalData.loanAmount) : '--' }}</strong>;
|
|
|
</div>
|
|
|
</a-alert>
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|