feat(workload): add workload list

This commit is contained in:
zhangheng
2026-05-14 15:12:32 +08:00
parent 781b002a7b
commit 5c3b45b247
12 changed files with 1508 additions and 34 deletions

View File

@@ -82,6 +82,11 @@ const currentComponentList: MenuItem[] = [
url: "report",
icon: "ReportIcon",
},
{
title: "工时列表",
url: "workload",
icon: "WorkloadIcon",
},
],
},
]

View File

@@ -7,6 +7,7 @@ import {
IconHierarchy3,
IconLayoutDashboard,
IconPhoto,
IconReportMedical,
IconSettings,
IconUserCircle,
IconUsersGroup,
@@ -26,6 +27,7 @@ const iconMap = {
ProjectCategoryIcon: IconCategory2,
ProjectManagementIcon: IconFolders,
ReportIcon: IconFileText,
WorkloadIcon: IconReportMedical,
TeamManagementIcon: IconHierarchy3,
VideoAnnotationIcon: IconVideo,
SystemIcon: IconSettings,