From ffb0cf15d7448626f4a38b52cee18d514b45ce61 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 15 十月 2024 15:27:22 +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