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}}