测试环境链接替换,部分问题修复,增加批量退菜功能
This commit is contained in:
@@ -3,22 +3,22 @@ export default {
|
||||
label: "待支付",
|
||||
type: "unpaid"
|
||||
},
|
||||
{
|
||||
label: "制作中",
|
||||
type: "in_production"
|
||||
},
|
||||
{
|
||||
label: "待取餐",
|
||||
type: "wait_out"
|
||||
},
|
||||
// {
|
||||
// label: "制作中",
|
||||
// type: "in_production"
|
||||
// },
|
||||
// {
|
||||
// label: "待取餐",
|
||||
// type: "wait_out"
|
||||
// },
|
||||
{
|
||||
label: "订单完成",
|
||||
type: "done"
|
||||
},
|
||||
{
|
||||
label: "申请退单",
|
||||
type: "refunding"
|
||||
},
|
||||
// {
|
||||
// label: "申请退单",
|
||||
// type: "refunding"
|
||||
// },
|
||||
{
|
||||
label: "退单",
|
||||
type: "refund"
|
||||
|
||||
Reference in New Issue
Block a user