lilei 3 weken geleden
bovenliggende
commit
af349f8665
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/views/financialManagement/accountStatementBill/detail.vue

+ 2 - 2
src/views/financialManagement/accountStatementBill/detail.vue

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