| | |
| | | devInstallPanelRef.value.setPatient(tempPatient) |
| | | } |
| | | |
| | | const callAgain = () => { |
| | | |
| | | } |
| | | |
| | | </script> |
| | | |
| | | <template> |
| | |
| | | <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> |