|
@@ -74,10 +74,10 @@
|
|
|
<!-- alert -->
|
|
|
<a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
<div slot="message">
|
|
|
- 总售价::<strong>{{ totalData.totalAmount }}</strong>元;
|
|
|
+ 总售价:<strong>{{ totalData.totalAmount }}</strong>元;
|
|
|
总单数:<strong>{{ totalData.totalRecord }}</strong>;
|
|
|
- 总款数::<strong>{{ totalData.totalCategory }}</strong>;
|
|
|
- 总数量::<strong>{{ totalData.totalQty }}</strong>;
|
|
|
+ 总款数:<strong>{{ totalData.totalCategory }}</strong>;
|
|
|
+ 总数量:<strong>{{ totalData.totalQty }}</strong>;
|
|
|
</div>
|
|
|
</a-alert>
|
|
|
<!-- 列表 -->
|