eight
2024-09-19 8e9c94c8b93878bd0f52c25e2d4efc2a617ee3d6
新增 重叫
已修改1个文件
5 ■■■■■ 文件已修改
src/views/ecg/doctor/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/index.vue
@@ -148,6 +148,10 @@
  devInstallPanelRef.value.setPatient(tempPatient)
}
const callAgain = () => {
}
</script>
<template>
@@ -166,6 +170,7 @@
    <el-container class="right-bottom">
      <el-button :disabled="finishFlag" type="primary" @click="finishNextPatient">叫号</el-button>
      <el-button :disabled="passFlag" type="primary" @click="passNextPatient">过号</el-button>
      <el-button  type="primary" @click="callAgain">重叫</el-button>
      <el-button :disabled="bedControlFlag" type="primary" @click="bedControl">{{state?'暂停':'恢复'}}</el-button>
    </el-container>
  </el-container>