From 768e6dc2390863e2ebd0b57a0a1aaa9cf2796eaa Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 14 十月 2024 16:46:21 +0800 Subject: [PATCH] 常规检查 放弃功能 --- src/views/ecg/doctor/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/ecg/doctor/index.vue b/src/views/ecg/doctor/index.vue index 7f032fe..0d88b5c 100644 --- a/src/views/ecg/doctor/index.vue +++ b/src/views/ecg/doctor/index.vue @@ -144,6 +144,7 @@ const onEventDevReady = () => { //console.info("onDevRentPanelEvent...") + onStagePatient.value.patId = "" } const onEventRecallFinish = () => { @@ -161,7 +162,7 @@ <template> <el-container> <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px"> - <TitlePanel :room="roomBedVO" :patientStatistic="patientStat" /> + <TitlePanel :titleType=0 :room="roomBedVO" :patientStatistic="patientStat" /> </el-header> <el-container style="height: 100%;"> <el-main style="border: solid var(--el-color-primary-light-7)"> -- Gitblit v1.9.3