From 12eff60b5a37fc0d924e68fd75f7482daa60a287 Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期六, 06 九月 2025 16:33:51 +0800
Subject: [PATCH] Merge branch 'ID1975-副屏自动更新' into test
---
src/store/type/bedsideAuxiliaryScreen.type.ts | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/store/type/bedsideAuxiliaryScreen.type.ts b/src/store/type/bedsideAuxiliaryScreen.type.ts
index a121c77..e38d37a 100644
--- a/src/store/type/bedsideAuxiliaryScreen.type.ts
+++ b/src/store/type/bedsideAuxiliaryScreen.type.ts
@@ -156,6 +156,7 @@
血压2_前半程最低收缩压: number | null;
透后体重减干体重的差值: number | null;
血压1_透前舒张压: number | null;
+ 患者出生日期: string;
}
export interface VascularAccess {
@@ -512,13 +513,14 @@
signedIn: defaultSignedIn(), // 已签到时需要的数据
underTreatment: defaultUnderTreatment(), // 治疗中需要的数据
sphygmomanometer: defaultSphygmomanometer(), // 血压计传过来的数据
+ 患者出生日期: '',
};
};
export const defaultCustomconfiguration = (): Customconfiguration => {
return {
患者信息是否加密显示: 0,
- 是否显示患者出生年月日: 0,
+ 是否显示患者出生年月日: 0
}
}
--
Gitblit v1.8.0