From ef8b45aea99e31d95773d82f7508449489b6e278 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 12 九月 2024 17:49:26 +0800
Subject: [PATCH] 放弃装机功能

---
 src/views/ecg/doctor/components/TitlePanel.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/ecg/doctor/components/TitlePanel.vue b/src/views/ecg/doctor/components/TitlePanel.vue
index c39ed01..6a80cf4 100644
--- a/src/views/ecg/doctor/components/TitlePanel.vue
+++ b/src/views/ecg/doctor/components/TitlePanel.vue
@@ -1,6 +1,5 @@
 <script setup lang="ts">
 import {defineComponent, PropType} from "vue";
-import {useUserStore} from "@/store/modules/user";
 import {PatientStatisticVO, RoomBedVO} from "@/api/ecg/doctor";
 
 defineComponent({
@@ -23,7 +22,7 @@
 <template>
 <div class="mytitle">
     <div>
-      璇婂{{room.roomId}} 宸ヤ綅{{room.bedNo}}
+      {{room.roomName || ''}} {{room.bedNo || ''}}
     </div>
     <div>
     宸插氨璇妠{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}}

--
Gitblit v1.9.3