From e477d995d50232304ba88f3cb673a780b609cc3e Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期六, 12 十月 2024 18:03:57 +0800
Subject: [PATCH] 领用&装机 统计信息
---
src/views/ecg/doctor/components/TitlePanel.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/ecg/doctor/components/TitlePanel.vue b/src/views/ecg/doctor/components/TitlePanel.vue
index c39ed01..c90736f 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,10 +22,10 @@
<template>
<div class="mytitle">
<div>
- 璇婂{{room.roomId}} 宸ヤ綅{{room.bedNo}}
+ {{room.roomName || ''}} {{room.bedNo || ''}}
</div>
<div>
- 宸插氨璇妠{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}}
+ 宸查鐢▄{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}}
鍑嗗涓瓄{patientStatistic.readyNum==undefined ? 0 : patientStatistic.readyNum}}
杩囧彿{{patientStatistic.passedNum==undefined ? 0 : patientStatistic.passedNum}}
鎺掗槦涓瓄{patientStatistic.queuingNum==undefined ? 0 : patientStatistic.queuingNum}}
--
Gitblit v1.9.3