Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
6a63af77
Commit
6a63af77
authored
Aug 25, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
e63b024c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
666 additions
and
5 deletions
+666
-5
DidaListTable.vue
src/components/scattered/dida/DidaListTable.vue
+2
-3
didaDetails.vue
src/pages/scattered/didaDetails.vue
+662
-0
routes.ts
src/router/routes.ts
+2
-2
No files found.
src/components/scattered/dida/DidaListTable.vue
View file @
6a63af77
...
...
@@ -33,7 +33,7 @@
<q-td
class=
"cursor-pointer"
:props=
"props"
@
click=
"goUrl('/scattered/
Hotel
Details', props.row)"
@
click=
"goUrl('/scattered/
dida
Details', props.row)"
>
<span>
{{
props
.
row
.
hotelName
}}
</span>
</q-td>
...
...
@@ -130,7 +130,7 @@
</
template
>
<
template
v-slot:item=
"props"
>
<div
@
click=
"goUrl('/scattered/
Hotel
Details', props.row)"
@
click=
"goUrl('/scattered/
dida
Details', props.row)"
class=
"rounded-borders bg-primary text-white col-12 q-mb-sm"
style=
"
padding: 12px;
...
...
@@ -376,7 +376,6 @@ export default defineComponent({
:
row
.
lowrateBySetCurrency
}
`
;
window
.
open
(
url
,
"_blank"
);
// $router.push({ path:url })
},
};
methods
.
initHotels
();
...
...
src/pages/scattered/didaDetails.vue
0 → 100644
View file @
6a63af77
This diff is collapsed.
Click to expand it.
src/router/routes.ts
View file @
6a63af77
...
...
@@ -44,9 +44,9 @@ const routes: RouteRecordRaw[] = [{
component
:
()
=>
import
(
'pages/scattered/didaHotel.vue'
)
},
{
path
:
'/scattered/
Hotel
Details/:hotelId/:groupBookingFlg/:lowrateBySetCurrency'
,
path
:
'/scattered/
dida
Details/:hotelId/:groupBookingFlg/:lowrateBySetCurrency'
,
component
:
()
=>
import
(
'pages/scattered/
hotel
Details.vue'
)
import
(
'pages/scattered/
dida
Details.vue'
)
},
{
path
:
'/scattered/HotelSure/:hotelId/:roomOptionCd'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment