From db0071626b69b9ca90b3912c3684783bcab24121 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Wed, 17 Dec 2025 16:38:39 +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 7d7b880..8a97a3f 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"])) { + 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"])) { + 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"])) { + if (this.$auth.hasRoleOr(["CLUB_REIMBURSEMENT_MANAGER,CLUB_PRESIDENT"])) { this.budgetTypeOption.map(v => { if (["ACTIVITY_BUDGET_TYPE_THREE"].includes(v.code)) { budgetTypeCloseOption.push(v)