feat: 新增效能分析看板(个人能力图谱 + 设备人员耗时对比)

- 前端:AnalyticsDashboard 页面 + BaseEChart 封装 + analyticsApi,路由与导航
- 后端:/analytics 系列接口(capability/flow/options/device-records)
- 能力图谱单机颗粒度、流转对比按人堆叠识别瓶颈、点击下钻备注、筛选动态联动
- 依赖:引入 echarts,移除 echarts-for-react
This commit is contained in:
2026-08-14 10:19:44 +08:00
parent f4fc23be42
commit 54b5ea00f1
10 changed files with 1390 additions and 1 deletions

View File

@ -21,6 +21,7 @@
"@tauri-apps/plugin-shell": "^2.3.5",
"antd": "^6.5.3",
"axios": "^1.19.0",
"echarts": "^5.6.0",
"html5-qrcode": "^2.3.8",
"lucide-react": "^1.28.0",
"react": "^19.2.8",