From 85adf58c4a495102a6d6e56499d462ac19511615 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期六, 14 九月 2024 11:35:37 +0800
Subject: [PATCH] update
---
src/views/ecg/callingscreen/bigscreen.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/ecg/callingscreen/bigscreen.vue b/src/views/ecg/callingscreen/bigscreen.vue
index 63d3f40..952b854 100644
--- a/src/views/ecg/callingscreen/bigscreen.vue
+++ b/src/views/ecg/callingscreen/bigscreen.vue
@@ -61,6 +61,7 @@
if (queuePat !== undefined) {
curSpeakPat = queuePat
curSpeakSeqNum = curSpeakPat.seqNum
+ console.info( queuePat.patName + "---" + queuePat.roomName )
speak(queuePat.patName + queuePat.roomName);
} else {
curSpeakPat = undefined
@@ -109,6 +110,10 @@
{{ statusMap.get(scope.row.status) }}
</template>
</el-table-column>
+ <el-table-column
+ prop="roomName"
+ label="璇婂"
+ width="80"/>
</el-table>
</el-aside>
<el-container>
--
Gitblit v1.9.3