From ddf15c484eb3208b76cdb25c2737cd4e960ea8df Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 14 十月 2024 14:49:15 +0800 Subject: [PATCH] 常规检查 --- src/views/ecg/doctor/components/TitleInstallPanel.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ecg/doctor/components/TitleInstallPanel.vue b/src/views/ecg/doctor/components/TitleInstallPanel.vue index 25f9e62..9963f95 100644 --- a/src/views/ecg/doctor/components/TitleInstallPanel.vue +++ b/src/views/ecg/doctor/components/TitleInstallPanel.vue @@ -29,8 +29,8 @@ {{room.roomName || ''}} {{room.bedNo || ''}} </div> <div> - 宸茶鏈簕{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}} - 宸查鐢▄{patientStatistic.readyNum==undefined ? 0 : patientStatistic.readyNum}} + 宸茶鏈簕{patientStatistic.finishedNum??0}} + 寰呰鏈簕{patientStatistic.receivedNum??0}} </div> </div> -- Gitblit v1.9.3