Compare commits

1 Commits

Author SHA1 Message Date
gyq
26f298cb2d 新增霸王餐枚举 2026-02-04 16:30:31 +08:00
2 changed files with 16 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -119,6 +119,10 @@ export const useGlobal = defineStore("global", {
}, },
], ],
bizCodes: [ bizCodes: [
{
type: "freeln",
label: "霸王餐",
},
{ {
type: "cashIn", type: "cashIn",
label: "现金充值", label: "现金充值",