优化
This commit is contained in:
@@ -156,6 +156,16 @@ export const useGlobal = defineStore("global", {
|
||||
label: "管理员消费",
|
||||
},
|
||||
],
|
||||
refundType: [
|
||||
{
|
||||
type: "cash",
|
||||
label: "手动退款",
|
||||
},
|
||||
{
|
||||
type: "payBack",
|
||||
label: "原路退回",
|
||||
},
|
||||
],
|
||||
}),
|
||||
actions: {
|
||||
// 更新状态
|
||||
|
||||
Reference in New Issue
Block a user