From 49784629dccc1ee10c92f9afce320bdf8f5a1d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9F=B5=E7=90=B4?= <757188142@qq.com> Date: Tue, 26 May 2026 14:39:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=81=A5=E5=BA=B7=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E4=B8=8E=E5=BC=82=E5=B8=B8=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=A1=A5=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 archive-personal.html:个人监测数据统计页面 * 统计卡片:监控员工总数、健康排查完成人数、穿戴监测覆盖人数、体重监测覆盖人数 * 表格字段:健康排查(积分、连续签到天数)、穿戴监测(已绑定、异常次数)、体重监测(最初/最终体重BMI、体重/BMI变化) * 筛选栏:姓名/工号、所属单位、所属部门、年份 * 操作:导出列表数据、查看导出任务 - 新增 archive-unit.html:单位报表数据统计页面 * TAB切换:二级单位、三级单位 * 表格字段:总人数、健康排查(已签到/未签到人数、平均积分)、穿戴监测(入库/分配设备数、异常次数/人数)、体重监测(4种设备数、BMI异常人数)、环境监测(4种设备数、报警次数) * 筛选栏:单位名称、年份 * 操作:导出列表数据、查看导出任务 - 新增 exception-dirty.html:系统脏数据页面 * 筛选栏:业务模块(健康排查/穿戴/体重/环境)、异常类型、年份 * 表格:业务模块、异常类型、异常描述、异常检测时间、表名、字段名、编号、异常值、数据产生时间 * 操作:导出列表数据、查看导出任务、脏数据统计 - 新增 exception-result.html:结果异常页面 * 筛选栏:业务模块、异常等级、年份 * 表格:员工、业务模块、异常指标、异常值、异常等级、发现时间、处理状态、操作 * 操作:导出列表数据、查看导出任务 - 更新 index.html:SITE_MAP 中健康监测页面标签调整 Co-Authored-By: Claude Haiku 4.5 --- index.html | 2 +- .../health-monitor/archive-personal.html | 336 +++++++++++++++--- web-admin/health-monitor/archive-unit.html | 318 ++++++++++++++--- web-admin/health-monitor/exception-dirty.html | 297 +++++++++++++--- .../health-monitor/exception-result.html | 279 ++++++++++++--- 5 files changed, 1006 insertions(+), 226 deletions(-) diff --git a/index.html b/index.html index a9cac3d..2be436e 100644 --- a/index.html +++ b/index.html @@ -290,7 +290,7 @@ const SITE_MAP = [ ]}, { name:'运动管理', dir:'web-admin/exercise', pages:[] }, { name:'健康监测', dir:'web-admin/health-monitor', entry:'archive-personal.html', pages:[ - { file:'archive-personal.html', label:'个人监测档案' }, + { file:'archive-personal.html', label:'个人监测数据' }, { file:'archive-unit.html', label:'单位报表数据' }, { file:'archive-algorithm.html', label:'算法模型' }, { file:'health-checkup/survey-category.html', label:'排查问卷-问题分类' }, diff --git a/web-admin/health-monitor/archive-personal.html b/web-admin/health-monitor/archive-personal.html index 5166e7a..5b89609 100644 --- a/web-admin/health-monitor/archive-personal.html +++ b/web-admin/health-monitor/archive-personal.html @@ -5,49 +5,94 @@ 健康监测 - 个人监测数据 | 健康长庆原型 -
- + + +
+
- - - 返回首页 - + ← 返回首页
- 系统管理员 ▾ + 系统管理员 ▾
-
+ + + -
-
- -

个人监测数据

+ + +
+ + +
+
+
👤
+
+
1,280
+
监控员工总数
+
+
+
+
+
+
1,156
+
健康排查完成人数
+
+
+
+
+
+
892
+
穿戴监测覆盖人数
+
+
+
+
⚖️
+
+
756
+
体重监测覆盖人数
+
+
-
- + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
个人监测数据(2026年)
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
姓名工号所属单位所属部门健康排查-积分健康排查-连续签到天数穿戴监测-已绑定穿戴监测-异常次数体重监测-最初体重(kg)体重监测-最初BMI体重监测-最终体重(kg)体重监测-最终BMI体重监测-体重变化(kg)体重监测-BMI变化操作
张伟EMP001长庆油田总部研发部92128272.524.170.223.4-2.3-0.7查看详情
李娜EMP002长庆油田总部市场部88125158.321.857.821.6-0.5-0.2查看详情
王磊EMP003采油一厂运营部7698085.628.283.427.5-2.2-0.7查看详情
赵敏EMP004采油二厂财务部95131062.123.261.523.0-0.6-0.2查看详情
陈刚EMP005长庆油田总部人事部78120378.926.176.525.3-2.4-0.8查看详情
+
+ + +
+ + + + - \ No newline at end of file + diff --git a/web-admin/health-monitor/archive-unit.html b/web-admin/health-monitor/archive-unit.html index 3122b5c..c923253 100644 --- a/web-admin/health-monitor/archive-unit.html +++ b/web-admin/health-monitor/archive-unit.html @@ -5,78 +5,278 @@ 健康监测 - 单位报表数据 | 健康长庆原型 + +
- - +
- - - 返回首页 - + ← 返回首页
- 系统管理员 ▾ + 系统管理员 ▾
- -
- + + +
+ + +
+
二级单位
+
三级单位
-
- + + +
+
+ + +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
单位监测数据(2026年)
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
单位名称总人数健康排查-已签到人数健康排查-未签到人数健康排查-平均积分穿戴监测-入库设备数穿戴监测-分配设备数穿戴监测-异常次数穿戴监测-异常人数体重监测-体重秤设备数体重监测-蓝牙称设备数体重监测-体脂仪设备数体重监测-运动器械设备数体重监测-BMI异常人数环境监测-室内设备数环境监测-室外设备数环境监测-水质设备数环境监测-花粉设备数环境监测-报警次数
采油一厂420398228742039812839885422815248423
采油二厂3803562484380356181235676382518206325
采气一厂26024515822602458524552261812165212
油田总部机关150148291150148421483216105124211
勘探开发研究院7065585706532651475382111
+
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
部门名称所属二级单位总人数健康排查-已签到人数健康排查-未签到人数健康排查-平均积分穿戴监测-入库设备数穿戴监测-分配设备数穿戴监测-异常次数穿戴监测-异常人数体重监测-体重秤设备数体重监测-蓝牙称设备数体重监测-体脂仪设备数体重监测-运动器械设备数体重监测-BMI异常人数环境监测-室内设备数环境监测-室外设备数环境监测-水质设备数环境监测-花粉设备数环境监测-报警次数
研发部采油一厂8582389858221821896362111
运营部采油一厂1201128851201125311224128583111
市场部采油一厂95905869590329019106462111
财务部采油二厂6058288605821581264241111
人事部采油二厂454238245422142953231111
+
+ +
+
+ + + + + - \ No newline at end of file + diff --git a/web-admin/health-monitor/exception-dirty.html b/web-admin/health-monitor/exception-dirty.html index 53fd7d9..313d795 100644 --- a/web-admin/health-monitor/exception-dirty.html +++ b/web-admin/health-monitor/exception-dirty.html @@ -5,49 +5,94 @@ 健康监测 - 系统脏数据 | 健康长庆原型 -
- + + +
+
- - - 返回首页 - + ← 返回首页
- 系统管理员 ▾ + 系统管理员 ▾
-
+ + + -
-
- -

系统脏数据

+ + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
-
- + + +
+ + +
156 条脏数据
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
业务模块异常类型异常描述异常检测时间表名字段名编号异常值数据产生时间
健康排查数据缺失积分字段为空,无法参与统计2026-05-14 09:23t_survey_recordscoreSRV-20260514-0087NULL2026-05-14 08:10
穿戴监测格式错误设备绑定日期格式非法,无法解析2026-05-13 14:56t_wearable_bindingbind_dateWB-20260513-00452026/05/132026-05-13 14:30
体重监测范围越界BMI值超出合理范围(0-50),数据异常2026-05-12 11:22t_weight_recordbmiWR-20260512-015685.32026-05-12 10:45
环境监测逻辑矛盾室内温度高于室外温度超过10°C,逻辑异常2026-05-11 16:34t_environment_dataindoor_tempED-20260511-023442.5°C2026-05-11 16:00
穿戴监测重复数据同一设备同一时间段出现重复记录2026-05-10 13:45t_wearable_datadevice_idWD-20260510-0089DEV-0012026-05-10 13:20
+
+ +
+ + + + - \ No newline at end of file + diff --git a/web-admin/health-monitor/exception-result.html b/web-admin/health-monitor/exception-result.html index 440c2bc..cb41947 100644 --- a/web-admin/health-monitor/exception-result.html +++ b/web-admin/health-monitor/exception-result.html @@ -5,49 +5,89 @@ 健康监测 - 结果异常 | 健康长庆原型 -
- + + +
+
- - - 返回首页 - + ← 返回首页
- 系统管理员 ▾ + 系统管理员 ▾
-
+ + + -
-
- -

结果异常

+ + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
-
- + + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
员工业务模块异常指标异常值异常等级发现时间处理状态操作
张伟体重监测BMI异常28.5中等2026-05-14 10:30未处理标记处理
李娜穿戴监测心率异常125 bpm严重2026-05-13 14:22已处理查看详情
王磊健康排查积分异常0分中等2026-05-12 09:15未处理标记处理
赵敏环境监测温度异常38.2°C严重2026-05-11 16:45已处理查看详情
陈刚穿戴监测血氧异常92%轻微2026-05-10 11:20未处理标记处理
+
+ + +
+ + + + - \ No newline at end of file +