refactor: 菜单按CMA逻辑重组 — 改善行动D→A/实物期权P←A/二级分组

This commit is contained in:
Hermes CI Fix
2026-07-22 15:40:56 +08:00
parent 2923e54366
commit 3f6e1fdba8
2 changed files with 14 additions and 15 deletions
+6 -6
View File
@@ -89,12 +89,12 @@ const iconMap: Record<string, any> = {
// 分组图标映射 — PDCA五组
const groupIcons: Record<string, any> = {
'基础数据': Document,
'🔵 P 规划与目标': DataBoard,
'🟢 D 执行与控制': Edit,
'🟡 C 监控与评价': TrendCharts,
'🔴 A 复盘与改进': DataAnalysis,
'系统与支持': Tools,
'基础数据与知识': Document,
'规划与目标': DataBoard,
'执行与控制': Edit,
'监控与评价': TrendCharts,
'复盘与改进': DataAnalysis,
'系统管理': Tools,
}
function groupIcon(label: string) {