feat: 完善应急工单详情与重症详情页面交互,调度端工单流程优化

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-27 18:08:08 +08:00
co-authored by Claude Opus 4.6
parent dca337ffda
commit 7c3e72ed78
20 changed files with 540 additions and 219 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
_Last synced: 2026-04-23 | Base commit: `41c200e`_
_Last synced: 2026-04-27 | Base commit: `dca337f`_
# 记忆索引
| 文件 | 描述 | 类型 | 最后更新 |
|------|------|------|----------|
| project_overview.md | 项目技术栈、架构与模块结构 | project | 2026-04-21 |
| project_progress.md | 各模块原型开发进度 | project | 2026-04-21 |
| project_overview.md | 项目技术栈、架构与模块结构 | project | 2026-04-27 |
| project_progress.md | 各模块原型开发进度 | project | 2026-04-27 |
| decisions.md | 关键设计决策与架构约定 | project | 2026-04-21 |
| feedback.md | 协作规范与用户纠正记录 | feedback | 2026-04-21 |
| user_profile.md | 用户角色与偏好 | user | 2026-04-21 |
+1 -1
View File
@@ -18,7 +18,7 @@
|----|------|------|
| Web 管理端 | `web-admin/` | 平台管理员使用,16 个模块 |
| 员工端 APP | `employee-app/` | 油田员工使用,17 个模块 |
| 健康应急 APP | `emergency-app/` | 专家/应急人员使用,6 个角色 + 共享模块 |
| 健康应急 APP | `emergency-app/` | 专家/应急人员使用,6 个角色expert/assistant/operator/professional/onsite + 共享模块 ai-assistant/message |
## 关键文件
- `index.html` — 全局导航页(SITE_MAP 数据驱动)
+13 -6
View File
@@ -5,20 +5,27 @@
### 健康应急 APPemergency-app
- `assistant/` — 咨询小助手端(12 页)✅
- `expert/` — 咨询专家端(16 页)✅
- `message/` — 消息/即时通讯(3 页)✅
- `ai-assistant/`AI 助手1 页)✅
- `operator/` — 操作人员端(22 页:工作台15 + 知识库2 + 个人中心5)✅
- `professional/`专业人员端13:工作台7 + 知识库2 + 个人中心4)✅
- `onsite/` — 驻场人员端(12 页:工作台6 + 知识库2 + 个人中心4)✅
- `message/` — 消息/即时通讯(3 页,共享模块)✅
- `ai-assistant/` — AI 助手(1 页,共享模块)✅
### 员工端 APPemployee-app
- `health-consult/` — 健康咨询(32 页)✅
- `emergency-medical/` — 应急就医(24 页)✅
- `emergency-medical/` — 应急就医(25 页)✅
### Web 管理端(web-admin
- `health-consult/` — 专家咨询管理(50+ 页)✅
- `emergency-dispatch/` — 应急就医管理(50+ 页)✅
- `emergency-dispatch/` — 应急就医管理(含 admin + operator 子模块,70+ 页)✅
## 待开发模块
Web 管理端和员工端 APP 的其余模块(系统管理、健康体检、体重管理、营养管理、运动管理、健康监测、健康评估、知识普及、健康数据、健康档案、心脑血管/糖尿病/癌症预防等)均为待开发状态。
## 总计
- 已完成:200+ 个 HTML 原型页面
- 覆盖模块:8 个(含三端)
- 已完成:243 个 HTML 原型页面(经 SITE_MAP 双向验证)
- 覆盖模块:11 个(含三端)
## 近期里程碑
- 2026-04-27:完成驻场人员端全部页面,共享页面(AI助手/消息)修复角色导航,SITE_MAP 全量校验通过(243页)
- 2026-04-23:完成操作人员端、专业人员端页面