diff --git a/resources/frontend/src/views/plat/orderList.vue b/resources/frontend/src/views/plat/orderList.vue
index 79ae02e..fae51f0 100644
--- a/resources/frontend/src/views/plat/orderList.vue
+++ b/resources/frontend/src/views/plat/orderList.vue
@@ -19,7 +19,11 @@
-
+
+
+
+
+
@@ -99,7 +103,12 @@
-
+
+
+ {{ scope.row.id }}
+ {{ scope.row.order_sn }}
+
+
@@ -228,6 +237,7 @@ export default {
goods_sku_num: '',
external_sku_ids: '',
pno: '',
+ order_sn: '',
external_sku_id: ''
},
loading: false,
@@ -317,7 +327,8 @@ export default {
after_sales_status: 0,
goods_sku_num: '',
external_sku_ids: '',
- pno: ''
+ pno: '',
+ order_sn: ''
}
this.page = 1
this.getOrderList()