feat: 体重管理异常事件页面补全,新增历史干预模块及个人目标详情

- exception-system-dirty.html: 补全系统脏数据页(筛选栏/操作栏/9列表格/分页/10条Mock数据)
- exception-result-abnormal.html: 补全结果异常页(筛选栏含单位部门联动/操作栏/9列表格/分页/10条Mock数据)
- 新增 history-plan-list.html、history-plan-detail.html、personal-target-detail.html
- activity-statistics.html、weight-ranking.html、detail-data.html、personal-target-data.html 等页面大幅重构
- 全部36个页面顶部导航新增「历史干预」菜单
- index.html SITE_MAP 同步更新
- health-monitor/exception-result.html 移除异常等级筛选及列
- CHANGELOG 追加 2026-06-18 条目

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
liuyunqin
2026-06-18 18:03:47 +08:00
co-authored by Claude Opus 4.8
parent 7b05763222
commit 06587d20a3
43 changed files with 7573 additions and 217 deletions
+3
View File
@@ -240,7 +240,10 @@ const SITE_MAP = [
{ file:'detail-data.html', label:'详细数据' },
{ file:'weight-ranking.html', label:'体重排名' },
{ file:'activity-statistics.html', label:'活动统计' },
{ file:'history-plan-list.html', label:'历史干预-计划列表' },
{ file:'history-plan-detail.html', label:'历史干预-计划详情' },
{ file:'personal-target-data.html', label:'个人目标数据' },
{ file:'personal-target-detail.html', label:'个人目标数据-详情' },
{ file:'scale-device.html', label:'体重秤-设备管理' },
{ file:'scale-monitor.html', label:'体重秤-设备监测' },
{ file:'scale-device-add.html', label:'体重秤-新增设备' },