This commit is contained in:
gyq
2025-04-09 13:28:50 +08:00
parent ebf912ecd8
commit e443b5b51e
6 changed files with 26 additions and 8 deletions

View File

@@ -156,6 +156,16 @@ export const useGlobal = defineStore("global", {
label: "管理员消费",
},
],
refundType: [
{
type: "cash",
label: "手动退款",
},
{
type: "payBack",
label: "原路退回",
},
],
}),
actions: {
// 更新状态