diff --git a/README.md b/README.md index 2d39ce0..0df6f20 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -535,3 +535,126 @@ update - 增加 7天 和 30天数据查看功能 - 优化 页面样式内容 - 增加 返回到随手精灵逻辑 + +## v1.0.67 +`2023.6.26` +update +- 心理监测首页 + - 增加 页面路由参数 date + +## v1.0.68 +`2023.6.26` +update +- 心理建模进度查询 + - 修复 页面重绘时进度条异常的问题 + - 优化 进度条数值显示 + +## v1.0.69 +`2023.6.27` +fix +- 心理监测首页 + - 修复 从详情页面返回重新进入详情页面参数传递错误的问题 + + +## v1.0.70 +`2023.6.28` +update +- 心理监测首页 + - 优化 路由传参非空判断的问题 + - 优化 日期传参,当路由存在date参数并且在详情选中有日期时,路由的日期参数变成选中的日期 + - 修改 日历组件的高度样式 + + +## v1.0.71 +`2023.6.28` +fix +- 心理监测首页 + - 修复 是否显示返回文字判断错误的问题 + + +## v1.0.72 +`2023.6.29` +update +- 心理建模进度查询 + - 增加 不自动跳转参数,autoJump === 1,则不跳转 + - 增加 进度条详情数值显示 +- 心理监测首页 + - 增加 抑郁,压力和疲劳心情图标 + +- 心理监测详情 + - 修改 图表拐点圆大小 + + +## v1.0.73 +`2023.6.30` +update +- 心理建模进度查询 + - 修改 去完成按钮位置 + - 增加 建模完成提示 +- 心理监测详情 + - 修改 返回到汇总页面日期设置为今天 + - 修改 重度颜色显示 + - 修复 圆环图表的等级展示出现换行的问题 + - 修复 选择历史监测数据后,界面还是显示:今天的问题 + - 修复 轻度疲劳图标显示不正确的问题 + - 取消 日历组件星期显示 + + +## v1.0.74 +`2023.7.4` +update +- 心理监测详情 + - 优化 页面显示,把图表完整显示在页面上 + - 增加 问号帮助提示文字说明 + + +## v1.0.75 +`2023.7.5` +update +- 心理监测详情 + - 修改 页面文字 + - 修改 页面方框文字大小 + +## v1.0.76 +`2023.7.6` +update +- 心理监测详情 + - 修改 30天查询条件,从当月月初至月尾改成当天-30天 + + +## v1.0.77 +`2023.7.6` +update +- 心理监测详情 + - 修改 心情等级颜色 + - 修改 日历日期边框根据心情等级显示不同的颜色 + +## v1.0.78 +`2023.7.8` +update +- 心理监测详情 + - 修改 7天和30天图表数据展示方式 + + +## v1.0.79 +`2023.7.10` +update +- 心理建模进度查询 + - 增加 首次与 非首次建模提示文字 +- 心理监测详情 + - 修改 饼状图右边百分比提示 + - 修改 温馨提示文字 + + +## v1.0.80 +`2023.7.10` +update +- 心理监测详情 + - 修改 饼状图右边百分比取整方式,四舍五入 + + +## v1.0.81 +`2023.7.12` +update +- 心理监测详情 + - 修改 心情等级日历数据接口参数,增加 startDate 和 endDate,删除month参数 diff --git a/src/assets/img/psychological/depression_1.png b/src/assets/img/psychological/depression_1.png new file mode 100644 index 0000000..d056fe8 Binary files /dev/null and b/src/assets/img/psychological/depression_1.png differ diff --git a/src/assets/img/psychological/depression_2.png b/src/assets/img/psychological/depression_2.png new file mode 100644 index 0000000..854cc34 Binary files /dev/null and b/src/assets/img/psychological/depression_2.png differ diff --git a/src/assets/img/psychological/depression_3.png b/src/assets/img/psychological/depression_3.png new file mode 100644 index 0000000..48e3857 Binary files /dev/null and b/src/assets/img/psychological/depression_3.png differ diff --git a/src/assets/img/psychological/depression_4.png b/src/assets/img/psychological/depression_4.png new file mode 100644 index 0000000..d2d4938 Binary files /dev/null and b/src/assets/img/psychological/depression_4.png differ diff --git a/src/assets/img/psychological/stress_1.png b/src/assets/img/psychological/stress_1.png new file mode 100644 index 0000000..ce423f4 Binary files /dev/null and b/src/assets/img/psychological/stress_1.png differ diff --git a/src/assets/img/psychological/stress_2.png b/src/assets/img/psychological/stress_2.png new file mode 100644 index 0000000..70c6156 Binary files /dev/null and b/src/assets/img/psychological/stress_2.png differ diff --git a/src/assets/img/psychological/stress_3.png b/src/assets/img/psychological/stress_3.png new file mode 100644 index 0000000..20c38a0 Binary files /dev/null and b/src/assets/img/psychological/stress_3.png differ diff --git a/src/assets/img/psychological/stress_4.png b/src/assets/img/psychological/stress_4.png new file mode 100644 index 0000000..77f4674 Binary files /dev/null and b/src/assets/img/psychological/stress_4.png differ diff --git a/src/assets/img/psychological/tiredness_1.png b/src/assets/img/psychological/tiredness_1.png new file mode 100644 index 0000000..d056fe8 Binary files /dev/null and b/src/assets/img/psychological/tiredness_1.png differ diff --git a/src/assets/img/psychological/tiredness_2.png b/src/assets/img/psychological/tiredness_2.png new file mode 100644 index 0000000..f508e3e Binary files /dev/null and b/src/assets/img/psychological/tiredness_2.png differ diff --git a/src/assets/img/psychological/tiredness_3.png b/src/assets/img/psychological/tiredness_3.png new file mode 100644 index 0000000..50cfdfd Binary files /dev/null and b/src/assets/img/psychological/tiredness_3.png differ diff --git a/src/assets/img/psychological/tiredness_4.png b/src/assets/img/psychological/tiredness_4.png new file mode 100644 index 0000000..cdbe040 Binary files /dev/null and b/src/assets/img/psychological/tiredness_4.png differ diff --git a/src/config/models.js b/src/config/models.js index b3c84c4..247eb98 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,11 +1,11 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2023-06-16 17:19:45 + * @LastEditTime: 2023-07-12 16:52:30 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.66F'; //版本号 +export const VERSION_MODEL = '1.0.81F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', @@ -29,16 +29,32 @@ export const EmotionModel = { // 抑郁 depression: { name: '抑郁', - type: 2 + type: 2, + title1: '抑郁倾向', + article1: `

设备所检测的是个体的抑郁倾向。通过将个人的生理特征(脉搏波、心率变异性等)和行为习惯(运动、作息等)与临床诊断为抑郁症的患者的相应特征进行对比,判断出个体的抑郁倾向(即抑郁症的可能性)程度。抑郁倾向持续的时间越长、程度越严重,代表患有抑郁症的风险就越大。

`, + title2: '抑郁倾向算法原理', + article2: `

1.研究发现,抑郁症等情绪障碍可能会引起个体外周生理系统反应的钝化,因此患者可能在面临危险、压力等应激状态下表现出较低的生理反应唤醒水平。这一点能够通过皮肤电、心率变异性等生理特征的周期性变化来判断。

+

2.抑郁症等情绪障碍的患者会出现明显的失眠、运动少、和生物钟紊乱,算法能够有效分析判断出这些异常的行为特征。

` + }, // 压力 stress: { name: '压力', - type: 1 + type: 1, + title1: '压力', + article1: `

心理压力是指个体面对实际上的或认识上的至关重要的环境要求时,产生的通过各种生理和心理反应表现出来的身心紧张状态,也被称为心理应激。在心理学中,压力或应激一般指紧张感和压力感。

`, + title2: '压力算法原理', + article2: `

压力的生理反应可以涉及全身各个系统和器官,大脑皮质通过自主神经系统传递关于血管压力的感觉信号,这部分感受器可以感知应激反应带来的血压波动,发挥感受压力的作用。设备通过脉搏波显性反馈压力血氧反应指数,从而更加科学的判断个体的压力水平。

`, }, // 疲劳 tiredness: { name: '疲劳', - type: 3 + type: 3, + title1: '疲劳', + article1: `

疲劳分为两类「生理疲劳」和「心理疲劳」。两者有本质区别,前者是:心里想做但身体无力,后者是:身体有力但心里不想做。

+

生理疲劳:人体因生理状态而产生的困倦和技能失调的现象,指工作活动主要由身体肌肉承担产生的疲劳,又称肌肉疲劳、体力疲劳。

+

心理疲劳:长期、单调、高压力的工作引发的力竭性心理反应,又被称为心理耗竭。主要指肌肉工作强度不大,由于工作中信息加工要求较高和情绪压力较大,或由于工作过于单调而产生的疲劳。

`, + title2: '疲劳算法原理', + article2: `

设备的疲劳值是生理疲劳和心理疲劳的综合值,主要通过个体日常生活中的心率,心率变异性的变化及运动体力的变化情况来进行科学计算而来。

`, } }; \ No newline at end of file diff --git a/src/views/health/psychological-main/index.vue b/src/views/health/psychological-main/index.vue index 441a6d6..b84d290 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -42,6 +42,7 @@