chenrui 4 years ago
parent
commit
41b55cae08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/financialManagement/companyCollectionPayment/detail.vue

+ 1 - 1
src/views/financialManagement/companyCollectionPayment/detail.vue

@@ -36,7 +36,7 @@
         <a-collapse-panel key="1" header="收款明细">
           <!-- alert -->
           <a-alert type="info" showIcon style="margin-bottom:15px">
-            <div slot="message">共 <strong>{{ total }}</strong> 条明细,金额合计 <strong>¥{{ (productTotal&&productTotal.totalAmount) || 0 }}</strong> ,结算金额合计 <strong>¥{{ (basicInfoData&&basicInfoData.realSettleAmount) || 0 }}</strong> </div>
+            <div slot="message">共 <strong>{{ total }}</strong> 条明细,金额合计 <strong>¥{{ (basicInfoData&&basicInfoData.totalAmount) || 0 }}</strong> ,结算金额合计 <strong>¥{{ (basicInfoData&&basicInfoData.realSettleAmount) || 0 }}</strong> </div>
           </a-alert>
           <!-- 列表 -->
           <s-table