|
|
|
@ -98,9 +98,13 @@ |
|
|
|
<view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 1" style="background:rgba(166, 255, 234, 1)"> |
|
|
|
待取货 |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="ziqu-xuanfu" v-if="item.status == 3 && item.deliveryType == 2" style="background:rgba(166, 255, 234, 1)"> |
|
|
|
待消费 |
|
|
|
</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> |
|
|
|
@ -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 }, |
|
|
|
|