feat: PDCA双循环显式化 — 导航PDCA标识 + 双会议模板 + 战略回顾会数据联动

This commit is contained in:
Hermes CI Fix
2026-07-21 18:10:48 +08:00
parent 3db7bef025
commit 270d7758f8
3 changed files with 232 additions and 21 deletions
+4 -4
View File
@@ -90,10 +90,10 @@ const iconMap: Record<string, any> = {
// 分组图标映射 — PDCA五组
const groupIcons: Record<string, any> = {
'基础数据': Document,
'规划与目标': DataBoard,
'执行与控制': Edit,
'监控与评价': TrendCharts,
'复盘与改进': DataAnalysis,
'🔵 P 规划与目标': DataBoard,
'🟢 D 执行与控制': Edit,
'🟡 C 监控与评价': TrendCharts,
'🔴 A 复盘与改进': DataAnalysis,
'系统与支持': Tools,
}