diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue
index 1a6c166..96abeeb 100644
--- a/package1/buyFood/buyFood.vue
+++ b/package1/buyFood/buyFood.vue
@@ -1007,7 +1007,7 @@
if (this.isPaotui && this.selected === 'buzhiding' && !isJoiningFaceToFace) {
let comm = parseFloat(this.customCommission);
- //没有输入佣金,直接弹出输入框
+ //没有输入佣金,直接弹出输入框
if(isNaN(comm)){
this.$refs.commissionPopup.open()
return;
diff --git a/package1/order/orderList.vue b/package1/order/orderList.vue
index a55d9af..aa668c4 100644
--- a/package1/order/orderList.vue
+++ b/package1/order/orderList.vue
@@ -98,9 +98,13 @@
待取货
+
待消费
+
+ 待出餐
+
待送达
@@ -314,6 +318,7 @@
{ label: '待支付', value: 0 },
{ label: '待成团', value: 1 },
{ label: '待消费', value: 2 },
+ { label: '待出餐', value: 13 },
{ label: '待接单', value: 3 },
{ label: '待取货', value: 4 },
{ label: '待送达', value: 5 },