From b1c89f96aed2834a04475b60ae146ea6a8324d84 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 11 四月 2025 08:52:34 +0800
Subject: [PATCH] 显示格式调整
---
src/views/ecg/callingscreen/roomscreen.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/ecg/callingscreen/roomscreen.vue b/src/views/ecg/callingscreen/roomscreen.vue
index 530c0a3..aa10eac 100644
--- a/src/views/ecg/callingscreen/roomscreen.vue
+++ b/src/views/ecg/callingscreen/roomscreen.vue
@@ -74,6 +74,9 @@
}
const initiateSpeak = async () => {
+ //TODO: 娴嬭瘯鐢紝鏆傛椂涓嶆挱闊�
+ return;
+
curSpeakPat = await CallApi.getNextInstallCall()
if (curSpeakPat !== null) {
speak("璇枫��" + curSpeakPat.patName + "鍒�" + curSpeakPat.roomName + "瑁呮満");
@@ -108,7 +111,7 @@
</el-header>
<el-main>
<div class="layout-content">
- <div class="left">
+ <div class="left" v-if="roomProfile?.callingScreenType === 10 || roomProfile?.callingScreenType === 20 || roomProfile?.callingScreenType === 40 || roomProfile?.callingScreenType === 50">
<el-table
:data="checkRelatedPatientList"
:show-header="false"
@@ -147,7 +150,7 @@
</el-table-column>
</el-table>
</div>
- <div class="right">
+ <div class="right" v-if="roomProfile?.callingScreenType === 30 || roomProfile?.callingScreenType === 40 || roomProfile?.callingScreenType === 50">
<el-table
:data="installRelatedPatientList"
:show-header="false"
--
Gitblit v1.9.3