| | |
| | | <div class=roomwrap v-for="(value, key) in bedMap" :key="key"> |
| | | <RoomBedSelect :title="key" :bedList="value" :curBed="curSel" @event-haveseat="haveSeat" @event-leaveseat="leaveSeat"/> |
| | | </div> |
| | | <div v-if="isEmptyOpeningBed">"工位没有开放"</div> |
| | | <el-empty v-if="isEmptyOpeningBed" description="工位没有开放"/> |
| | | </div> |
| | | <div> |
| | | <el-button @click="confirmCurSel">确认</el-button> |
| | |
| | | } |
| | | |
| | | if (isStringEmpty(route.redirectedFrom?.fullPath)) |
| | | push({ path: "/"}) |
| | | push({ path: "/ecg/doctor"}) |
| | | else if(route.redirectedFrom?.fullPath === "/roomselect" ) |
| | | push({ path: "/"}) |
| | | push({ path: "/ecg/doctor"}) |
| | | else if(route.redirectedFrom?.fullPath === "/ecg/roomselect" ) |
| | | push({ path: "/"}) |
| | | push({ path: "/ecg/doctor"}) |
| | | else |
| | | push({ path: route.redirectedFrom?.fullPath}) |
| | | } |
| | |
| | | curSel.value = newRoomVO; |
| | | } |
| | | |
| | | // curSel.value.opType 0 1 2 |
| | | if (isStringEmpty(route.redirectedFrom?.fullPath)) { |
| | | push({path: "/"}) |
| | | push({path: "/ecg/doctor"}) |
| | | } |
| | | else if(route.redirectedFrom?.fullPath === "/roomselect" ) { |
| | | push({path: "/"}) |
| | | push({path: "/ecg/doctor"}) |
| | | } |
| | | else if(route.redirectedFrom?.fullPath === "/ecg/roomselect" ) { |
| | | push({path: "/"}) |
| | | push({path: "/ecg/doctor"}) |
| | | } |
| | | else { |
| | | push({path: route.redirectedFrom?.fullPath}) |