feat(加班申请): 修复加班申请的权限码绑定错误的问题。
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user