eight
2024-10-11 70afd5a087e16f2fd5a1ba0541e3fd408bd91f5f
src/views/ecg/doctor/index.vue
@@ -142,8 +142,8 @@
  timerRunFlag = false
})
const onEvent = () => {
  // console.info("onDevRentPanelEvent...")
const onEventDevReady = () => {
   //console.info("onDevRentPanelEvent...")
}
const onEventRecallFinish = () => {
@@ -165,7 +165,7 @@
    </el-header>
    <el-container style="height: 100%;">
      <el-main style="border: solid var(--el-color-primary-light-7)">
        <DevReadyPanel ref="devInstallPanelRef" @success="onEvent"/>
        <DevReadyPanel :room="roomBedVO" ref="devInstallPanelRef" @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"/>