From ef6b957561341b7301ba8d1e19a36b824af5c18f Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期二, 16 九月 2025 13:29:42 +0800
Subject: [PATCH] ID1766-优化开始透析
---
src/views/Home.vue | 25 +++++++++++++------------
1 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 9b3676b..8a5b48e 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -97,15 +97,15 @@
<el-row style="height: 80%; background-color: #ffffff">
<el-col :span="8" style="font-weight: bold; color: black; ">
<div style="height: 30%; text-align: right;" class="grid-container">
- <p><b style="font-size: 200%;color: red;">↑</b><b style="font-size:800%">178</b></p>
+ <p><b style="font-size: 250%;color: red; ">↑</b><b style="font-size:500%">{{床旁血压计.sbp}}</b></p>
</div>
<div style="height: 30%; text-align: right; " class="grid-container">
- <p><b style="font-size: 200%;color: red;">↓</b><b style="font-size:800%">88</b></p>
+ <p><b style="font-size: 250%;color: red;">↓</b><b style="font-size:500%"> {{床旁血压计.dbp}}</b></p>
</div>
<div style="height: 33%; text-align: right;" class="grid-container">
<div>
<!-- <el-image style="width: 50px; height: 50px;" :src="maibo"></el-image> 2 -->
- <p><b style="font-size: 300%;color: red;" >♥</b><b style="font-size:800%">78</b></p>
+ <p><b style="font-size: 250%;color: red;" >♥</b><b style="font-size:500%">{{床旁血压计.pulseRate}}</b></p>
</div>
</div>
</el-col>
@@ -364,21 +364,22 @@
</el-row>
<el-row style="height: 20%;background-color: #ffffff; ">
+
+ <div v-if="isinitXy" style="font-size: 250%; color: cornflowerblue;height: 80%; width: 100%;" class="grid-container">
+
+ <div style="text-align: center;width: 100%;" class="flash-text">
+ 最近一次, 高压:{{床旁血压计.sbp}},低压: {{床旁血压计.dbp}}, 心率: {{床旁血压计.pulseRate}}
+ </div>
+
+ </div>
<div v-if="isinitXy" style="color: cornflowerblue;height: 20%; width: 100%;" class="grid-container">
<div style="text-align: center;width: 100%; color: #909399;">
<!-- {{isShowXY}} -->
<!-- {{床旁血压计.zuihouTime}} / {{shishiTime}}
{{}} -->
- {{床旁血压计.date_time}}
+ {{床旁血压计.date_time}}
</div>
- </div>
- <div v-if="isinitXy" style="font-size: 300%; color: cornflowerblue;height: 80%; width: 100%;" class="grid-container">
-
- <div style="text-align: center;width: 100%;" class="flash-text">
- 高压:{{床旁血压计.sbp}},低压: {{床旁血压计.dbp}}, 心率: {{床旁血压计.pulseRate}}
- </div>
-
</div>
<div v-else style="font-size: 200%;height: 100%;text-align: center;padding: 5px; font-weight: 1000;" class="grid-container">
透析器:{{deviceData.透析器}}
@@ -969,7 +970,7 @@
if(dataBody.推送类型==='床旁血压计'){
isinitXy.value=true
let date = new Date();
- date.setMinutes(date.getMinutes() + 0.1);
+ date.setMinutes(date.getMinutes() + 5);
床旁血压计.value={
date_time:dataBody?.床旁血压结果?.measureTime,
sbp:dataBody?.床旁血压结果?.sbp,
--
Gitblit v1.8.0