From 5f863174c87662b967d4c5e123ea0cd3e6e11ebb Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 19 五月 2023 14:36:57 +0800
Subject: [PATCH] 34
---
src/stores/patient.ts | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/stores/patient.ts b/src/stores/patient.ts
index 91dec2c..c930d25 100644
--- a/src/stores/patient.ts
+++ b/src/stores/patient.ts
@@ -12,9 +12,14 @@
hemoCode:'',
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