Commit 6a63af77 authored by 黄奎's avatar 黄奎

页面修改

parent e63b024c
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<q-td <q-td
class="cursor-pointer" class="cursor-pointer"
:props="props" :props="props"
@click="goUrl('/scattered/HotelDetails', props.row)" @click="goUrl('/scattered/didaDetails', props.row)"
> >
<span>{{ props.row.hotelName }}</span> <span>{{ props.row.hotelName }}</span>
</q-td> </q-td>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</template> </template>
<template v-slot:item="props"> <template v-slot:item="props">
<div <div
@click="goUrl('/scattered/HotelDetails', props.row)" @click="goUrl('/scattered/didaDetails', props.row)"
class="rounded-borders bg-primary text-white col-12 q-mb-sm" class="rounded-borders bg-primary text-white col-12 q-mb-sm"
style=" style="
padding: 12px; padding: 12px;
...@@ -376,7 +376,6 @@ export default defineComponent({ ...@@ -376,7 +376,6 @@ export default defineComponent({
: row.lowrateBySetCurrency : row.lowrateBySetCurrency
}`; }`;
window.open(url, "_blank"); window.open(url, "_blank");
// $router.push({ path:url })
}, },
}; };
methods.initHotels(); methods.initHotels();
......
This diff is collapsed.
...@@ -44,9 +44,9 @@ const routes: RouteRecordRaw[] = [{ ...@@ -44,9 +44,9 @@ const routes: RouteRecordRaw[] = [{
component: () => import('pages/scattered/didaHotel.vue') component: () => import('pages/scattered/didaHotel.vue')
}, },
{ {
path: '/scattered/HotelDetails/:hotelId/:groupBookingFlg/:lowrateBySetCurrency', path: '/scattered/didaDetails/:hotelId/:groupBookingFlg/:lowrateBySetCurrency',
component: () => component: () =>
import('pages/scattered/hotelDetails.vue') import('pages/scattered/didaDetails.vue')
}, },
{ {
path: '/scattered/HotelSure/:hotelId/:roomOptionCd', path: '/scattered/HotelSure/:hotelId/:roomOptionCd',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment