| | |
| | | |
| | | const _confirmAppointment = async () => { |
| | | const data = await AppointmentApi.confirmAppointment(formData.value) |
| | | message.info(data) |
| | | ElNotification({ |
| | | title: '温馨提示', |
| | | message: data, |
| | | type: 'warning' |
| | | }) |
| | | } |
| | | |
| | | /** 重置表单 */ |
| | |
| | | if (queuePat !== undefined) { |
| | | curSpeakPat = queuePat |
| | | curSpeakSeqNum = curSpeakPat.seqNum |
| | | console.info( queuePat.patName + "---" + queuePat.roomName ) |
| | | speak(queuePat.patName + queuePat.roomName); |
| | | } else { |
| | | curSpeakPat = undefined |
| | |
| | | {{ statusMap.get(scope.row.status) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="roomName" |
| | | label="诊室" |
| | | width="80"/> |
| | | </el-table> |
| | | </el-aside> |
| | | <el-container> |