eight
2024-10-12 e54cd52d2621189e9a192e2fe47ecc241cfc69fd
src/views/ecg/doctor/index.vue
@@ -151,9 +151,9 @@
}
/** 患者变更操作 */
const devInstallPanelRef = ref()
const devReadyPanelRef = ref()
const setOnStagePatient = (tempPatient: QueueVO | undefined) => {
  devInstallPanelRef.value.setPatient(tempPatient)
  devReadyPanelRef.value.setPatient(tempPatient)
}
</script>
@@ -165,7 +165,7 @@
    </el-header>
    <el-container style="height: 100%;">
      <el-main style="border: solid var(--el-color-primary-light-7)">
        <DevReadyPanel :room="roomBedVO" ref="devInstallPanelRef" @event_dev_ready="onEventDevReady"/>
        <DevReadyPanel :room="roomBedVO" ref="devReadyPanelRef" @event_dev_ready="onEventDevReady"/>
      </el-main>
      <el-aside width="400px" style="border: solid var(--el-color-primary-light-7)">
          <QueuePanel :queue="patientList" @event_RecallFinish="onEventRecallFinish"/>