From bf24828cf215bbf98962a64f8c4fea267f3ef3ae Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Wed, 17 Dec 2025 16:42:59 +0800 Subject: [PATCH] commit --- .../declarereimbursement/reimbursement/apply/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/index.html b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/index.html index 8a97a3f..3f23a76 100644 --- a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/index.html +++ b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/index.html @@ -514,21 +514,21 @@ layout("/layouts/platform.html"){ if (this.$auth.hasRoleOr(["SYSADMIN", "SCHOOL_UNION_ADMIN"])) { } else { - if (this.$auth.hasRoleOr(["SCHOOL_REIMBURSEMENT_MANAGER,SCHOOL_REIMBURSEMENT_MANAGER"])) { + if (this.$auth.hasRoleOr(["SCHOOL_REIMBURSEMENT_MANAGER","SCHOOL_REIMBURSEMENT_MANAGER"])) { this.budgetTypeOption.map(v => { if (["ACTIVITY_BUDGET_TYPE_ONE"].includes(v.code)) { budgetTypeCloseOption.push(v) } }) } - if (this.$auth.hasRoleOr(["UNION_REIMBURSEMENT_MANAGER,UNION_REIMBURSEMENT_MANAGER"])) { + if (this.$auth.hasRoleOr(["UNION_REIMBURSEMENT_MANAGER","UNION_REIMBURSEMENT_MANAGER"])) { this.budgetTypeOption.map(v => { if (["ACTIVITY_BUDGET_TYPE_TWO"].includes(v.code)) { budgetTypeCloseOption.push(v) } }) } - if (this.$auth.hasRoleOr(["CLUB_REIMBURSEMENT_MANAGER,CLUB_PRESIDENT"])) { + if (this.$auth.hasRoleOr(["CLUB_REIMBURSEMENT_MANAGER","CLUB_PRESIDENT"])) { this.budgetTypeOption.map(v => { if (["ACTIVITY_BUDGET_TYPE_THREE"].includes(v.code)) { budgetTypeCloseOption.push(v)