| | |
| | | } |
| | | |
| | | const initiateSpeak = async () => { |
| | | //TODO: 测试用,暂时不播音 |
| | | return; |
| | | |
| | | curSpeakPat = await CallApi.getNextInstallCall() |
| | | if (curSpeakPat !== null) { |
| | | speak("请、" + curSpeakPat.patName + "到" + curSpeakPat.roomName + "装机"); |
| | |
| | | </el-header> |
| | | <el-main> |
| | | <div class="layout-content"> |
| | | <div class="left"> |
| | | <div class="left" v-if="roomProfile?.callingScreenType === 10 || roomProfile?.callingScreenType === 20 || roomProfile?.callingScreenType === 40 || roomProfile?.callingScreenType === 50"> |
| | | <el-table |
| | | :data="checkRelatedPatientList" |
| | | :show-header="false" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | <div class="right"> |
| | | <div class="right" v-if="roomProfile?.callingScreenType === 30 || roomProfile?.callingScreenType === 40 || roomProfile?.callingScreenType === 50"> |
| | | <el-table |
| | | :data="installRelatedPatientList" |
| | | :show-header="false" |