Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
832059ed
authored
2024-09-19 17:30:21 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询优化
1 parent
9869c60f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/viewsPc/match/components/airportPickupTable.vue
src/viewsPc/match/components/hotTable.vue
src/viewsPc/match/reservationSearch.vue
src/viewsPc/match/components/airportPickupTable.vue
View file @
832059e
...
...
@@ -20,7 +20,7 @@
align=
"center"
prop=
"serviceTypeStr"
>
<template
#
default=
"
{row}">
{{
row
.
serviceType
==
1
?
'接机'
:
'送机
'
}}
{{
row
.
serviceType
==
1
?
language
==
0
?
'接机'
:
'Pick-up'
:
language
==
0
?
'送机'
:
'Drop-off
'
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"language==0?'联系人':'Contacts'"
align=
"center"
prop=
"name"
width=
"110"
>
...
...
src/viewsPc/match/components/hotTable.vue
View file @
832059e
...
...
@@ -34,7 +34,7 @@
</el-table-column>
<el-table-column
:label=
"language==0?'状态':'State'"
align=
"center"
prop=
"status"
width=
"160"
>
<template
#
default=
"
{row}">
{{
row
.
status
==
1
?
'已预留
'
:
null
}}
{{
row
.
status
==
1
?
language
==
0
?
'已预留'
:
'Reserved
'
:
null
}}
</
template
>
</el-table-column>
</el-table>
...
...
src/viewsPc/match/reservationSearch.vue
View file @
832059e
...
...
@@ -23,8 +23,8 @@ import AirportPickupTable from '@/viewsPc/match/components/airportPickupTable.vu
const
language
=
useStorage
(
'language'
,
0
)
const
active
=
ref
(
0
)
const
menu
=
ref
([
{
cn
:
'酒店预订查询'
,
active
:
0
,
en
:
'Hotel
reservation Enquiries
'
},
{
cn
:
'接送机预订查询'
,
active
:
1
,
en
:
'Transfer
reservation inqui
ry'
}
{
cn
:
'酒店预订查询'
,
active
:
0
,
en
:
'Hotel
Reservation Summary
'
},
{
cn
:
'接送机预订查询'
,
active
:
1
,
en
:
'Transfer
Reservation Summa
ry'
}
])
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment