测试环境链接替换,部分问题修复,增加批量退菜功能

This commit is contained in:
2026-07-07 15:26:08 +08:00
parent b93429ed99
commit c001f982b4
29 changed files with 1975 additions and 349 deletions

View File

@@ -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"