eight
2024-09-14 85adf58c4a495102a6d6e56499d462ac19511615
update
已修改2个文件
11 ■■■■■ 文件已修改
src/views/ecg/appointment/AppointmentConfirm.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/callingscreen/bigscreen.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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'
    })
}
/** 重置表单 */
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>