refactor: 菜单按PDCA五组重组 — 规划与目标/执行与控制/监控与评价/复盘与改进/系统与支持
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user