From e2f9c60f3964d37241c8ddcb0d939bcfc4f92fa4 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 20 九月 2024 13:33:59 +0800 Subject: [PATCH] 开诊界面 患者顺序 --- src/views/ecg/room/RoomLoginSelect.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/ecg/room/RoomLoginSelect.vue b/src/views/ecg/room/RoomLoginSelect.vue index 1ca2451..5b619d9 100644 --- a/src/views/ecg/room/RoomLoginSelect.vue +++ b/src/views/ecg/room/RoomLoginSelect.vue @@ -4,7 +4,7 @@ <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> @@ -90,11 +90,11 @@ } 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}) } @@ -137,13 +137,13 @@ } 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}) -- Gitblit v1.9.3