From 1543bf76a9d4dfcc52dd6332f4f18842c9af517b Mon Sep 17 00:00:00 2001 From: dk <1260500659@qq.com> Date: Wed, 17 Jun 2026 14:21:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8A=A0=E7=8F=AD=E7=94=B3=E8=AF=B7):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A0=E7=8F=AD=E7=94=B3=E8=AF=B7=E7=9A=84?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=A0=81=E7=BB=91=E5=AE=9A=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/personal-center/overtime-application/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/personal-center/overtime-application/index.vue b/src/views/personal-center/overtime-application/index.vue index 05dd58a..bb59b01 100644 --- a/src/views/personal-center/overtime-application/index.vue +++ b/src/views/personal-center/overtime-application/index.vue @@ -93,7 +93,7 @@ const ACTION_ICON_MAP = { edit: markRaw(IconMdiPencilOutline) }; -const canUseTeamDashboard = computed(() => hasAuth('project:work-report:team-dashboard')); +const canUseTeamDashboard = computed(() => hasAuth('project:overtime-application:team-dashboard')); const allSubordinateUserIds = computed(() => collectSubordinateUserIds(subordinateTree.value)); const selectedSubordinateNode = computed(() => findSubordinateNode(subordinateTree.value, selectedSubordinateUserId.value)