优化订单退款
This commit is contained in:
@@ -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: "部分退单",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user