refactor: 菜单按CMA逻辑重组 — 改善行动D→A/实物期权P←A/二级分组
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user