eight
2025-04-10 d09fe6aa593b974119628baf5e91bdfd0de7c378
src/views/ecg/doctor/components/QueuePanel.vue
@@ -32,7 +32,7 @@
    bedNo: item.bedNo,
    patId: item.patId,
    checkType: item.bookCheckType,
    jumpFlag: 0,
    //jumpFlag: 0,
    roomId_operator: props.room.roomId,
    bedNo_operator: props.room.bedNo,
  }
@@ -43,7 +43,7 @@
  else if (item.status === 7)
    data = await DoctorApi.recallInstallPatient(patientVO);
  emit("event_RecallFinish") // 装机 过号
  emit("event_RecallFinish") // 召回完成
  message.info(data)
}
@@ -51,7 +51,9 @@
<template>
<div v-for="(item, index) in queue" :key="index">
  <span style="display:inline-block; width:120px;"> {{item.seqNum}} &nbsp; {{item.bookSeqNum}} &nbsp; {{item.patName}}{{item.passed === 0 ? "":"*"}} </span>
  <span style="display:inline-block; width:30px;"> {{item.seqNum}} </span>
  <span style="display:inline-block; width:40px;"> {{checkTypeStore.getCheckTypeSeqPrefix(item.bookCheckType)}}{{item.bookSeqNum}} </span>
  <span style="display:inline-block; width:70px;"> &nbsp; {{item.patName}}{{item.passed === 0 ? "":"*"}} </span>
  <dict-tag :type="DICT_TYPE.SYSTEM_USER_SEX" :value="item.patGender" />
<!--  {{item.roomName}} {{item.bedNo}}-->
  {{checkTypeStore.getCheckTypeName(item.bookCheckType)}}