|
@@ -70,7 +70,7 @@
|
|
</div>
|
|
</div>
|
|
<!-- 合计 -->
|
|
<!-- 合计 -->
|
|
<a-alert type="info" showIcon style="margin-bottom:15px">
|
|
<a-alert type="info" showIcon style="margin-bottom:15px">
|
|
- <div class="ftext" slot="message">共<span>{{ orderTotal || 0 }}</span>单,收款金额<span>¥{{ totalAmounts || 0 }}</span>元</div>
|
|
|
|
|
|
+ <div class="ftext" slot="message">共<span>{{ orderTotal || 0 }}</span>单,收款金额<span>¥{{ payedAmount || 0 }}</span>元</div>
|
|
</a-alert>
|
|
</a-alert>
|
|
<div class="card-container">
|
|
<div class="card-container">
|
|
<s-table
|
|
<s-table
|
|
@@ -400,7 +400,7 @@ export default {
|
|
},
|
|
},
|
|
mounted () {
|
|
mounted () {
|
|
this.getSalesChannel()
|
|
this.getSalesChannel()
|
|
- this.getTotal()
|
|
|
|
|
|
+ this.getTotal()
|
|
},
|
|
},
|
|
beforeRouteEnter (to, from, next) {
|
|
beforeRouteEnter (to, from, next) {
|
|
next(vm => {
|
|
next(vm => {
|