feat: 批量更新多模块原型页面+截图+权重管理模块迁移

- 员工端健康监测: 截图更新+索引页更新
- 管理端健康环境: 室内外/水质/花粉设备列表+数据分析+数据监测+异常报警+历史数据等页面更新
- 管理端健康排查/档案/穿戴运维: 页面导航和链接更新
- 体重管理模块: 从health-monitor/weight迁移至weight-management目录
  - 设备管理(蓝牙/体脂/体脂秤/运动)
  - 数据监测/统计/异常结果
  - 新增目标体重审核/运动记录/个人目标数据/活动统计/算法模型等页面
- web-admin/weight-management: 新增体重管理模块24个管理端页面
This commit is contained in:
liuyunqin
2026-06-04 14:50:22 +08:00
parent b78e81ead0
commit 1a121017e5
153 changed files with 5054 additions and 1256 deletions
+41 -22
View File
@@ -225,7 +225,43 @@ const SITE_MAP = [
{ file:'exception-dirty.html', label:'系统脏数据' },
{ file:'exception-result.html', label:'结果异常' }
]},
{ name:'体重管理', dir:'web-admin/weight-management', pages:[] },
{ name:'体重管理', dir:'web-admin/weight-management', entry:'archive-personal-weight-data.html', pages:[
{ file:'archive-personal-weight-data.html', label:'个人体重数据' },
{ file:'archive-personal-weight-detail.html', label:'个人体重数据详情' },
{ file:'archive-unit-report.html', label:'单位报表数据' },
{ file:'archive-algorithm-model.html', label:'算法模型' },
{ file:'plan-list.html', label:'计划列表' },
{ file:'registration-tracking.html', label:'报名跟踪' },
{ file:'target-weight-review.html', label:'目标体重审核' },
{ file:'action-record.html', label:'行动记录' },
{ file:'action-overview.html', label:'行动总览' },
{ file:'detail-data.html', label:'详细数据' },
{ file:'weight-ranking.html', label:'体重排名' },
{ file:'activity-statistics.html', label:'活动统计' },
{ file:'personal-target-data.html', label:'个人目标数据' },
{ file:'scale-device.html', label:'体重秤-设备管理' },
{ file:'scale-monitor.html', label:'体重秤-设备监测' },
{ file:'scale-device-add.html', label:'体重秤-新增设备' },
{ file:'scale-monitor-detail.html', label:'体重秤-数据明细' },
{ file:'bluetooth-device.html', label:'蓝牙称-设备管理' },
{ file:'bluetooth-monitor.html', label:'蓝牙称-设备监测' },
{ file:'bluetooth-device-add.html', label:'蓝牙称-新增设备' },
{ file:'bluetooth-monitor-detail.html', label:'蓝牙称-数据明细' },
{ file:'fat-device.html', label:'体脂仪-设备管理' },
{ file:'fat-monitor.html', label:'体脂仪-设备监测' },
{ file:'fat-device-add.html', label:'体脂仪-新增设备' },
{ file:'fat-monitor-detail.html', label:'体脂仪-数据明细' },
{ file:'sport-device.html', label:'运动器械-设备管理' },
{ file:'sport-monitor.html', label:'运动器械-设备监测' },
{ file:'sport-device-add.html', label:'运动器械-新增设备' },
{ file:'sport-monitor-detail.html', label:'运动器械-数据明细' },
{ file:'exception-system-dirty.html', label:'系统脏数据' },
{ file:'exception-result-abnormal.html', label:'结果异常' },
{ file:'dept-stat.html', label:'单位数据统计' },
{ file:'employee-data.html', label:'员工监测数据' },
{ file:'employee-data-record.html', label:'员工监测数据记录' },
{ file:'employee-stat.html', label:'员工数据统计' }
]},
{ name:'营养管理', dir:'web-admin/nutrition', entry:'trace-query.html', pages:[
{ file:'trace-query.html', label:'溯源查询' },
{ file:'trace-timeline.html', label:'链路可视化' },
@@ -289,13 +325,12 @@ const SITE_MAP = [
{ file:'ano-result.html', label:'结果异常' }
]},
{ name:'运动管理', dir:'web-admin/exercise', pages:[] },
{ name:'健康监测', dir:'web-admin/health-monitor', entry:'archive-personal.html', prd:'web-admin/health-monitor/doc/PRD.md', done:true, pages:[
{ name:'健康监测', dir:'web-admin/health-monitor', entry:'archive-personal.html', prd:'web-admin/health-monitor/doc/PRD.md', pages:[
{ file:'archive-personal.html', label:'个人监测数据' },
{ file:'archive-personal-detail.html', label:'个人监测数据详情' },
{ file:'archive-unit.html', label:'单位报表数据' },
{ file:'archive-unit-health-checkup-detail.html', label:'单位报表-健康排查详情' },
{ file:'archive-unit-wearable-detail.html', label:'单位报表-穿戴监测详情' },
{ file:'archive-unit-weight-detail.html', label:'单位报表-体重监测详情' },
{ file:'archive-unit-environment-detail.html', label:'单位报表-环境监测详情' },
{ file:'archive-algorithm.html', label:'算法模型' },
{ file:'crowd-status-employee.html', label:'健康现状-员工评估信息' },
@@ -314,7 +349,8 @@ const SITE_MAP = [
{ file:'wearable/notification.html', label:'穿戴监测-通知消息' },
{ file:'wearable/dept-stat.html', label:'穿戴监测-部门数据统计' },
{ file:'wearable/personal-stat.html', label:'穿戴监测-个人数据统计' },
{ file:'wearable/dept-report.html', label:'穿戴监测-单位数据分析报告' },
/* 运维菜单:隐藏,恢复时删除注释 */
/* { file:'wearable/dept-report.html', label:'穿戴监测-单位数据分析报告' },
{ file:'wearable/ops/terminal-default-config.html', label:'穿戴监测-运维中心-默认配置' },
{ file:'wearable/ops/terminal-config-info.html', label:'穿戴监测-运维中心-配置信息' },
{ file:'wearable/ops/monitor-ecg.html', label:'穿戴监测-运维中心-心电图信息' },
@@ -331,24 +367,7 @@ const SITE_MAP = [
{ file:'wearable/ops/log-error.html', label:'穿戴监测-运维中心-手表错误日志' },
{ file:'wearable/ops/log-task.html', label:'穿戴监测-运维中心-任务日志' },
{ file:'wearable/ops/log-mqtt.html', label:'穿戴监测-运维中心-mqtt消息日志' },
{ file:'wearable/ops/sdc-overview.html', label:'穿戴监测-运维中心-SDC信息' },
{ file:'weight/scale-device.html', label:'体重秤-设备管理' },
{ file:'weight/scale-monitor.html', label:'体重秤-设备监测' },
{ file:'weight/scale-monitor-detail.html', label:'体重秤-数据明细' },
{ file:'weight/scale-stat.html', label:'体重秤-设备统计' },
{ file:'weight/bluetooth-device.html', label:'蓝牙称-设备管理' },
{ file:'weight/bluetooth-monitor.html', label:'蓝牙称-设备监测' },
{ file:'weight/bluetooth-monitor-detail.html', label:'蓝牙称-数据明细' },
{ file:'weight/bluetooth-stat.html', label:'蓝牙称-设备统计' },
{ file:'weight/fat-device.html', label:'体脂仪-设备管理' },
{ file:'weight/fat-monitor.html', label:'体脂仪-设备监测' },
{ file:'weight/fat-monitor-detail.html', label:'体脂仪-数据明细' },
{ file:'weight/fat-stat.html', label:'体脂仪-设备统计' },
{ file:'weight/sport-device.html', label:'运动器械-设备管理' },
{ file:'weight/sport-monitor.html', label:'运动器械-设备监测' },
{ file:'weight/sport-monitor-detail.html', label:'运动器械-数据明细' },
{ file:'weight/sport-stat.html', label:'运动器械-设备统计' },
{ file:'weight/employee-data.html', label:'体重监测-员工数据' },
{ file:'wearable/ops/sdc-overview.html', label:'穿戴监测-运维中心-SDC信息' }, */
{ file:'environment/indoor-device-list.html', label:'室内空气-设备列表' },
{ file:'environment/indoor-device-category.html', label:'室内空气-设备分类' },
{ file:'environment/indoor-data-monitor.html', label:'室内空气-数据监测' },