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",
},
],
},
]