| | |
| | | <TitlePanel :room="roomBedVO" :patientStatistic="patientStat" /> |
| | | </el-header> |
| | | <el-container> |
| | | <el-main> |
| | | <el-aside width="500px"> |
| | | <DevInstallPanel ref="devInstallPanelRef" @success="onEvent"/> |
| | | </el-main> |
| | | <el-aside width="300px" style="background-color: var(--el-color-primary-light-7);"> |
| | | <QueuePanel :queue="patientList"/> |
| | | </el-aside> |
| | | </el-container> |
| | | <el-container style="justify-content: center; margin-top: 30px"> |
| | | <el-container style="background-color: var(--el-color-primary-light-7);"> |
| | | <el-main > |
| | | <QueuePanel :queue="patientList"/> |
| | | </el-main> |
| | | <el-footer> |
| | | <el-button :disabled="finishFlag" type="primary" @click="finishNextPatient">叫号</el-button> |
| | | <el-button :disabled="passFlag" type="primary" @click="passNextPatient">过号</el-button> |
| | | <el-button :disabled="bedControlFlag" type="primary" @click="bedControl">{{state?'暂停':'恢复'}}</el-button> |
| | | </el-footer> |
| | | </el-container> |
| | | </el-container> |
| | | </el-container> |
| | | </template> |