From 92130cdd74d848ce8844ac918d62a49626d8cc72 Mon Sep 17 00:00:00 2001 From: yy <11@11.com> Date: Wed, 29 May 2024 10:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=99=BD=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/remote-manage/part/remote-part.vue | 55 +++++++++++--------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/src/views/remote-manage/part/remote-part.vue b/src/views/remote-manage/part/remote-part.vue index ad73963..fae37ed 100644 --- a/src/views/remote-manage/part/remote-part.vue +++ b/src/views/remote-manage/part/remote-part.vue @@ -5,7 +5,7 @@ 断开连接 -
+
@@ -19,20 +19,20 @@
手术时间 {{ - remoteItem.date - }} + remoteItem.date + }}
手术状态 - 正常 - 异常 + 正常 + 异常
-
+
BIS {{ patientInfo.BIS }}
-
+
SBP {{ patientInfo.SBP }}mmHg
@@ -40,11 +40,11 @@ SPO2 {{ patientInfo.SPO2 }}
-
+
DBP {{ patientInfo.DBP }}mmHg
-
+
HR {{ patientInfo.HR }}次/分
@@ -57,7 +57,7 @@
-
+
@@ -69,11 +69,11 @@ {{ remoteItem.patientId }}
-
+
BIS {{ patientInfo.BIS }}
-
+
SBP {{ patientInfo.SBP }}mmHg
@@ -90,20 +90,20 @@
手术时间 {{ - remoteItem.date - }} + remoteItem.date + }}
手术状态 - 正常 - 异常 + 正常 + 异常
-
+
DBP {{ patientInfo.DBP }}mmHg
-
+
HR {{ patientInfo.HR }}次/分
@@ -117,8 +117,8 @@