refactor: 菜单按PDCA五组重组 — 规划与目标/执行与控制/监控与评价/复盘与改进/系统与支持

This commit is contained in:
Hermes CI Fix
2026-07-16 17:49:29 +08:00
parent 75f3f0df77
commit 4569c24739
5 changed files with 293 additions and 33 deletions
+6 -6
View File
@@ -64,13 +64,13 @@ const iconMap: Record<string, any> = {
DataBoard, Collection, Edit,
}
// 分组图标映射
// 分组图标映射 — PDCA五组
const groupIcons: Record<string, any> = {
'数据基础': DataBoard,
'分析决策': TrendCharts,
'行动管理': Edit,
'系统管理': Tools,
'帮助支持': Document,
'规划与目标': DataBoard,
'执行与控制': Edit,
'监控与评价': TrendCharts,
'复盘与改进': DataAnalysis,
'系统与支持': Tools,
}
function groupIcon(label: string) {