|
@@ -58,11 +58,11 @@
|
|
<div slot="message">
|
|
<div slot="message">
|
|
共
|
|
共
|
|
<strong>{{ totalData.count }}</strong>
|
|
<strong>{{ totalData.count }}</strong>
|
|
- 条记录,收款金额合计
|
|
|
|
|
|
+ 条记录,应收金额合计
|
|
<strong>¥{{ totalData.totalAmount }}</strong>
|
|
<strong>¥{{ totalData.totalAmount }}</strong>
|
|
- ,其中已收
|
|
|
|
|
|
+ ,其中已收金额
|
|
<strong>¥{{ totalData.settledAmount }}</strong>
|
|
<strong>¥{{ totalData.settledAmount }}</strong>
|
|
- ,未收
|
|
|
|
|
|
+ ,待收金额
|
|
<strong>¥{{ totalData.unsettleAmount }}</strong>
|
|
<strong>¥{{ totalData.unsettleAmount }}</strong>
|
|
</div>
|
|
</div>
|
|
</a-alert>
|
|
</a-alert>
|