优化订单退款

This commit is contained in:
gyq
2025-03-12 09:55:07 +08:00
parent 1e66b2ad1f
commit 48c9f24d4c
17 changed files with 191 additions and 16211 deletions

View File

@@ -10,11 +10,11 @@ export const useGlobal = defineStore("global", {
label: "待支付",
},
{
type: "in-production",
type: "in_production",
label: "制作中",
},
{
type: "wait-out",
type: "wait_out",
label: "待取餐",
},
{
@@ -30,7 +30,7 @@ export const useGlobal = defineStore("global", {
label: "退单",
},
{
type: "part-refund",
type: "part_refund",
label: "部分退单",
},
{