| | |
| | | <template> |
| | | <div class="guest_info_box"> |
| | | <div class="guest_info_box flex flex-col"> |
| | | <div v-if="roomInfo && roomInfo.roomNo" class="room_title">{{ roomInfo.roomNo }}</div> |
| | | <div class="room_content"> |
| | | <div class="room_content flex-1"> |
| | | <div class="tip">诊疗安排</div> |
| | | <!-- <div class="name">{{ occupyInfoView.userName }}</div> appellationName --> |
| | | <div v-show="isShowAppellationName" class="flex flex-center"> |
| | |
| | | <div v-if="occupyInfoView.ciq" class="ciq">({{ occupyInfoView.ciq }})</div> |
| | | <div v-if="occupyInfoView.startTime" class="time">安排治疗时间:{{ occupyInfoView.startTime }} 开始</div> |
| | | </div> |
| | | <div v-show="occupyInfoView" class="room_left_btn_box flex flex-ver" style="margin-top: 105px;"> |
| | | <div v-show="occupyInfoView" class="room_left_btn_box flex flex-ver"> |
| | | <div v-show="occupyInfoView.treatRoomStatus == 0" class="room_left_btn_box__item flex flex-1 flex-center b-green btn_ani" @click="setStatus('敷麻中', 4, occupyInfoView)">开始敷麻</div> |
| | | <div v-show="occupyInfoView.treatRoomStatus == 0" class="room_left_btn_box__item flex flex-1 flex-center green btn_ani" style="margin-right: 0;" @click="setStatus('使用中', 1, occupyInfoView)">开始治疗</div> |
| | | <div v-show="occupyInfoView.treatRoomStatus == 4" class="room_left_btn_box__item flex flex-center green btn_ani" @click="setStatus('使用中', 1, occupyInfoView)">开始治疗</div> |
| | |
| | | // 通知卸麻 |
| | | import XioRoomOffNarcosisNotice from '@/components/xio_room_off_narcosis_notice' |
| | | export default { |
| | | name: 'XioRoomStatusChg', |
| | | name: 'XioRoomGuestInfoBox', |
| | | components: { |
| | | XioRoomOffNarcosisNotice |
| | | }, |
| | |
| | | } |
| | | .guest_info_box .room_left_btn_box { |
| | | padding: 0 23px; |
| | | margin-top: 163px; |
| | | /* margin-top: 163px; */ |
| | | margin-bottom: 40px; |
| | | } |
| | | .guest_info_box .room_left_btn_box__item { |
| | | width: 500px; |