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/appointment/AppointmentConfirm.vue | 6 +++++- src/views/ecg/callingscreen/bigscreen.vue | 5 +++++ 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/views/ecg/appointment/AppointmentConfirm.vue b/src/views/ecg/appointment/AppointmentConfirm.vue index 95f981c..0e57f85 100644 --- a/src/views/ecg/appointment/AppointmentConfirm.vue +++ b/src/views/ecg/appointment/AppointmentConfirm.vue @@ -176,7 +176,11 @@ const _confirmAppointment = async () => { const data = await AppointmentApi.confirmAppointment(formData.value) - message.info(data) + ElNotification({ + title: '娓╅Θ鎻愮ず', + message: data, + type: 'warning' + }) } /** 閲嶇疆琛ㄥ崟 */ 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