feat: 体重管理Web管理端活动计划管理全面重构

- 新增 action-overview-detail.html(赛况明细,716行)含计划选择区/双维度Tab/多行表头表格
- 新增 plan-edit.html(新增/编辑计划,1092行)含表单/多Tab交互
- action-overview.html CSS重构为组件分段注释,新增计划选择区/筛选栏/单位部门双列面板/表格重构(多行表头+固定列+横向滚动),标签「行动总览」→「活动总览」
- action-record.html 全面重构,新增计划选择区/统计卡片/Tab切换/筛选栏/分页
- plan-list.html 全面重构,新增筛选栏/操作列固定/标签/分页/弹窗/人员筛选弹窗
- registration-tracking.html 全面重构,新增计划选择区/Tab切换/数值运算符筛选/单位部门双列面板
- target-weight-review.html 全面重构,新增计划选择区/Tab切换/审核按钮/数值运算符筛选/单位部门双列面板
- activity-statistics/detail-data/weight-ranking 侧边栏文字同步「行动总览」→「活动总览」
- index.html SITE_MAP 补全新增页面与标签更新
- 新增 doc/CHANGELOG.md

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
liuyunqin
2026-06-16 19:50:11 +08:00
co-authored by Claude Opus 4.8
parent dd0477f110
commit 7d64cc0dd7
15 changed files with 8326 additions and 147 deletions
+8
View File
@@ -18,6 +18,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
+1 -2
View File
@@ -4,7 +4,6 @@ description: memory-lint 最新一次执行的检查结果与待处理项
type: lint
last_updated: 2026-06-12
commit: 2373704
---
# 记忆健康检查报告
@@ -26,7 +25,7 @@ commit: 2373704
---
## AUTO-FIX 已执行清单
## 摘要
(无)
+13 -3
View File
@@ -23,8 +23,8 @@ commit: 2373704
- `health-consult/` — 健康咨询(32 页)✅
- `emergency-medical/` — 应急就医(25+ 页)✅
- `health-checkup/` — 健康体检(20+ 页)✅
- `weight-management/` — 体重管理(10 页)✅
- `weight-main.html` — 体重管理主页(英雄区/三态卡片/吃动平衡/体重记录/排行榜/推荐视频)
- `weight-management/` — 体重管理(20 页)✅
- `weight-main.html` — 体重管理主页(三态切换/英雄区/三态卡片/吃动平衡/体重记录/排行榜/推荐视频)
- `goal-commitment.html` — 目标承诺签订(活动/个人双类型+URL参数状态同步)
- `goal-management.html` — 目标管理(7种状态多卡片显隐+自我/活动目标切换)
- `basic-info.html` — 基本信息
@@ -34,6 +34,16 @@ commit: 2373704
- `promise-signing.html` — 承诺签订(横屏)
- `my-promise.html` — 我的承诺书(证书风格)
- `balance-history.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/` 模块)
@@ -67,7 +77,7 @@ commit: 2373704
Web 管理端和员工端 APP 的其余模块(系统管理、运动管理、健康评估、知识普及、健康数据、心脑血管/糖尿病/癌症预防等)均为待开发状态。
## 总计
- 已完成/设计中:550+ 个 HTML 原型页面
- 已完成/设计中:560+ 个 HTML 原型页面
- 覆盖模块:18 个(含三端+其他终端)
## 近期里程碑