feat(加班申请): 修复加班申请的权限码绑定错误的问题。

This commit is contained in:
dk
2026-06-17 14:21:16 +08:00
parent 622d8d5a4d
commit 1543bf76a9

View File

@@ -93,7 +93,7 @@ const ACTION_ICON_MAP = {
edit: markRaw(IconMdiPencilOutline) 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 allSubordinateUserIds = computed(() => collectSubordinateUserIds(subordinateTree.value));
const selectedSubordinateNode = computed(() => const selectedSubordinateNode = computed(() =>
findSubordinateNode(subordinateTree.value, selectedSubordinateUserId.value) findSubordinateNode(subordinateTree.value, selectedSubordinateUserId.value)