From a5673d5a3fb9291054a98e56ab359431433ee5fa Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 18 五月 2023 21:07:51 +0800
Subject: [PATCH] 更新界面显示

---
 src/stores/patient.ts |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/stores/patient.ts b/src/stores/patient.ts
index ad5dd5e..c930d25 100644
--- a/src/stores/patient.ts
+++ b/src/stores/patient.ts
@@ -10,10 +10,16 @@
             patientAvatarIcon:'',
             deviceCode:'',
             hemoCode:'',
-            pureWeight:''
+            pureWeight:'',
+            datetime:'',
+            clothesWeight:0,
+            isScheduled:0,
+            isAfterMed:0,
+            preWeight:0,
+            deviceNo:'',
 
        })// 初始值
-    const viewNumber=ref(60)
+    const viewNumber=ref(150)
     function setpatientInfo(patient:any){
         patientInfo.value=patient
         Session.set('patientInfo', patient)

--
Gitblit v1.8.0