代码更新
This commit is contained in:
@@ -5,17 +5,17 @@ export default {
|
||||
label: '待支付'
|
||||
},
|
||||
{
|
||||
key: 'unsend',
|
||||
label: '待发货'
|
||||
key: 'in-production',
|
||||
label: '制作中'
|
||||
},
|
||||
{
|
||||
key: 'closed',
|
||||
key: 'wait-out',
|
||||
label: '待取餐'
|
||||
},
|
||||
{
|
||||
key: 'done',
|
||||
label: '订单完成'
|
||||
},
|
||||
{
|
||||
key: 'send',
|
||||
label: '已发'
|
||||
},
|
||||
{
|
||||
key: 'refunding',
|
||||
label: '申请退单'
|
||||
@@ -24,26 +24,30 @@ export default {
|
||||
key: 'refund',
|
||||
label: '退单'
|
||||
},
|
||||
{
|
||||
key: 'part-refund',
|
||||
label: '部分退单'
|
||||
},
|
||||
{
|
||||
key: 'cancelled',
|
||||
label: '取消订单'
|
||||
},
|
||||
{
|
||||
key: 'merge',
|
||||
label: '合台'
|
||||
},
|
||||
{
|
||||
key: 'pending',
|
||||
label: '挂单'
|
||||
},
|
||||
{
|
||||
key: 'activate',
|
||||
label: '激活'
|
||||
},
|
||||
{
|
||||
key: 'paying',
|
||||
label: '支付中'
|
||||
}
|
||||
// {
|
||||
// key: 'merge',
|
||||
// label: '合台'
|
||||
// },
|
||||
// {
|
||||
// key: 'pending',
|
||||
// label: '挂单'
|
||||
// },
|
||||
// {
|
||||
// key: 'activate',
|
||||
// label: '激活'
|
||||
// },
|
||||
// {
|
||||
// key: 'paying',
|
||||
// label: '支付中'
|
||||
// }
|
||||
],
|
||||
sendType: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user