feat: 健康监测管理端运维中心18个页面+设备管理优化+全部弹窗截图+PRD文档更新+员工端设计总览
管理端: - 新增运维中心18个页面(终端设置×2、日常监测×9、事件监听×1、日志管理×5、SDC信息×1) - 设备管理页深度优化:删除开关列、上传频次改输入框、新增类型配置、设备配置弹窗 - 日常监测各页面独立完善(体温状态标签、压力时间段、心率静息心率、活动总活动时长等) - 错误日志改为sleep调用异常格式、任务日志taskFirmwareUpgrade风格、mqtt消息日志watch/设备序列号/cmd格式 - 新增43张页面及弹窗截图,PRD文档全面更新 员工端: - 新增健康监测设计总览页面及截图 - index.html SITE_MAP同步更新
This commit is contained in:
+20
@@ -314,6 +314,24 @@ 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/ops/terminal-default-config.html', label:'穿戴监测-运维中心-默认配置' },
|
||||
{ file:'wearable/ops/terminal-config-info.html', label:'穿戴监测-运维中心-配置信息' },
|
||||
{ file:'wearable/ops/monitor-ecg.html', label:'穿戴监测-运维中心-心电图信息' },
|
||||
{ file:'wearable/ops/monitor-spo2.html', label:'穿戴监测-运维中心-血氧信息' },
|
||||
{ file:'wearable/ops/monitor-temp.html', label:'穿戴监测-运维中心-体温信息' },
|
||||
{ file:'wearable/ops/monitor-stress.html', label:'穿戴监测-运维中心-压力信息' },
|
||||
{ file:'wearable/ops/monitor-exercise.html', label:'穿戴监测-运维中心-锻炼信息' },
|
||||
{ file:'wearable/ops/monitor-heartrate.html', label:'穿戴监测-运维中心-心率信息' },
|
||||
{ file:'wearable/ops/monitor-sleep.html', label:'穿戴监测-运维中心-睡眠信息' },
|
||||
{ file:'wearable/ops/monitor-activity.html', label:'穿戴监测-运维中心-活动信息' },
|
||||
{ file:'wearable/ops/alarm-data.html', label:'穿戴监测-运维中心-事件监听' },
|
||||
{ file:'wearable/ops/log-network.html', label:'穿戴监测-运维中心-手表网络切换日志' },
|
||||
{ file:'wearable/ops/log-version.html', label:'穿戴监测-运维中心-版本更新历史' },
|
||||
{ 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:'体重秤-数据明细' },
|
||||
@@ -515,7 +533,9 @@ const SITE_MAP = [
|
||||
{ name:'营养管理', dir:'employee-app/nutrition', pages:[] },
|
||||
{ name:'运动管理', dir:'employee-app/exercise', pages:[] },
|
||||
{ name:'健康监测', dir:'employee-app/health-monitor', entry:'index.html', prd:'employee-app/health-monitor/doc/PRD.md', done:true, pages:[
|
||||
{ file:'doc/design-overview.html', label:'页面总览' },
|
||||
{ file:'index.html', label:'健康监测主页' },
|
||||
{ file:'health-status.html', label:'健康现状' },
|
||||
{ file:'wearable/index.html', label:'穿戴监测首页' },
|
||||
{ file:'wearable/steps.html', label:'步数详情' },
|
||||
{ file:'wearable/sleep.html', label:'睡眠详情' },
|
||||
|
||||
Reference in New Issue
Block a user