diff --git a/src/views/order_manage/order_list.vue b/src/views/order_manage/order_list.vue index 4e0766e..cb1449d 100644 --- a/src/views/order_manage/order_list.vue +++ b/src/views/order_manage/order_list.vue @@ -79,7 +79,7 @@
{{ scope.row.orderNo }}
-
【{{ scope.row.orderType | orderTypeFilter }}{{ scope.row.sendType | +
【{{ scope.row.orderType | orderTypeFilter }} {{ scope.row.sendType | sendTypeFilter }}】
@@ -110,12 +110,17 @@ @@ -219,7 +224,7 @@ export default { res.map(item => { total += item.payAmount }) - this.payCountTotal = total + this.payCountTotal = Math.floor(total * 100) / 100 } catch (error) { console.log(error); }