冲突合并

This commit is contained in:
fengpu
2026-06-17 08:43:26 +08:00
15 changed files with 8329 additions and 145 deletions
+8
View File
@@ -24,6 +24,14 @@
- **决策**:每个模块维护 `doc/CHANGELOG.md` + `doc/PRD.md` + `doc/screenshots/`
- **原因**:规范化模块文档管理,便于团队协作和评审
## 单位部门筛选控件
- **决策**:所有筛选条件中的"单位部门"必须使用双列面板样式(左单位→右部门联动)
- **原因**:用户明确要求统一该交互模式
- **参考实现**`web-admin/health-consult/history-expert.html``web-admin/weight-management/registration-tracking.html`
- **结构**`org-select-wrap` 容器包裹 `org-trigger`(触发器) + `org-panel`(双列面板),左侧 `orgUnitCol` 列单位,右侧 `orgDeptCol` 列部门
- **交互**:点击触发器展开面板;选择左侧单位后右侧部门动态加载;选中部门后触发器文本更新为"单位 / 部门"
- **日期**2026-06-16
## 导航页设计状态标识
- **决策**SITE_MAP 中通过 `done: true` 字段标记模块设计完成状态
- **三态**:待设计(无页面)/ 设计中(有页面无done)/ 已完成(有页面+done:true
+3 -1
View File
@@ -5,6 +5,8 @@ type: lint
last_updated: 2026-06-15
commit: 2668114
---
last_updated: 2026-06-12
commit: 2373704
# 记忆健康检查报告
@@ -26,7 +28,7 @@ commit: 2668114
---
## AUTO-FIX 已执行清单
## 摘要
(无)
+14 -2
View File
@@ -24,7 +24,9 @@ commit: 2668114
- `emergency-medical/` — 应急就医(25+ 页)✅
- `health-checkup/` — 健康体检(20+ 页)✅
- `weight-management/` — 体重管理(23 页)✅
- `weight-main.html` — 体重管理主页(英雄区/三态卡片/吃动平衡/体重记录/排行榜/推荐视频)
- `weight-main.html` — 体重管理主页(英雄区/三态卡片/吃动平衡/体重记录/排行榜/推荐视频)
- `weight-management/` — 体重管理(20 页)✅
- `weight-main.html` — 体重管理主页(三态切换/英雄区/三态卡片/吃动平衡/体重记录/排行榜/推荐视频)
- `goal-commitment.html` — 目标承诺签订(活动/个人双类型+URL参数状态同步)
- `goal-management.html` — 目标管理(7种状态多卡片显隐+自我/活动目标切换)
- `basic-info.html` — 基本信息
@@ -35,6 +37,16 @@ commit: 2668114
- `my-promise.html` — 我的承诺书(证书风格)
- `balance-history.html` — 吃动平衡历史(月视图日历+柱状图)
- 新增 13 页:`diet-advice.html``eat-checkin.html``eat-history.html``exercise-advice.html``exercise-checkin.html``exercise-history.html``history.html``index.html``report-detail.html``weight-checkin.html``weight-history.html``weight-ranking.html``weight-report.html`
- `diet-advice.html` — 膳食建议(今日推荐摄入)
- `eat-checkin.html` — 饮食打卡
- `eat-history.html` — 摄入记录历史
- `exercise-advice.html` — 运动建议(今日推荐运动量)
- `exercise-checkin.html` — 运动打卡
- `exercise-history.html` — 消耗记录历史
- `weight-checkin.html` — 体重打卡
- `weight-history.html` — 体重记录历史
- `weight-ranking.html` — 排行榜
- `weight-report.html` — 体重报告
- `health-monitor/` — 健康监测(20+ 页)🔨 设计中
- `wearable/` — 穿戴设备监测(16 页:血氧/心率/压力/体温/步数/运动/睡眠/血压/心电+告警)
- `weight/` — 体重监测(3 页,已独立为 `weight-management/` 模块)
@@ -72,7 +84,7 @@ commit: 2668114
Web 管理端和员工端 APP 的其余模块(系统管理、运动管理、健康评估、知识普及、健康数据、心脑血管/糖尿病/癌症预防等)均为待开发状态。
## 总计
- 已完成/设计中:550+ 个 HTML 原型页面
- 已完成/设计中:560+ 个 HTML 原型页面
- 覆盖模块:18 个(含三端+其他终端)
## 近期里程碑