From 2f103ab4cf9a95b88cd86fbcf64a054aff72ff13 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 09 十月 2024 11:45:17 +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