tianyi 2 weeks ago
parent
commit
2de6cc925a
  1. 5
      package1/order/orderList.vue

5
package1/order/orderList.vue

@ -98,9 +98,13 @@
<view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 1" style="background:rgba(166, 255, 234, 1)"> <view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 1" style="background:rgba(166, 255, 234, 1)">
待取货 待取货
</view> </view>
<view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 2" style="background:rgba(166, 255, 234, 1)"> <view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 2" style="background:rgba(166, 255, 234, 1)">
待消费 待消费
</view> </view>
<view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 2 && item.userRequireMake == 1" style="background:rgba(166, 255, 234, 1)">
待出餐
</view>
<view class="ziqu-xuanfu" v-if="item.status == 4" style="background:rgba(255, 193, 236, 1);color:#fff;"> <view class="ziqu-xuanfu" v-if="item.status == 4" style="background:rgba(255, 193, 236, 1);color:#fff;">
待送达 待送达
</view> </view>
@ -314,6 +318,7 @@
{ label: '待支付', value: 0 }, { label: '待支付', value: 0 },
{ label: '待成团', value: 1 }, { label: '待成团', value: 1 },
{ label: '待消费', value: 2 }, { label: '待消费', value: 2 },
{ label: '待出餐', value: 13 },
{ label: '待接单', value: 3 }, { label: '待接单', value: 3 },
{ label: '待取货', value: 4 }, { label: '待取货', value: 4 },
{ label: '待送达', value: 5 }, { label: '待送达', value: 5 },

Loading…
Cancel
Save