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
4aa54ea0
Commit
4aa54ea0
authored
Oct 17, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
237e473b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
search.vue
src/components/searchdata/search.vue
+4
-4
scheduledTripList.vue
src/pages/scheduledTrip/scheduledTripList.vue
+5
-5
No files found.
src/components/searchdata/search.vue
View file @
4aa54ea0
...
...
@@ -193,7 +193,7 @@
</div>
</div>
<div
class=
"q-my-md"
>
<
!-- <
div class="q-my-md">
<div class="text-subtitle1 text-weight-bold">{{$t('v103.scheduledTrip.screeningprice')}}({{domain==`id.oytour`?'IDR':'CNY'}})</div>
<div class="q-mt-md text-grey-6 text-subtitle1">
{{ searchClone.priceRange.min }} - {{ searchClone.priceRange.max }}
...
...
@@ -207,7 +207,7 @@
color="primary"
class="q-mt-md"
/>
</div>
</div>
-->
<div
class=
"rounded-borders q-my-md q-px-xs q-py-xs bg-grey-3"
>
<div
class=
"q-px-sm q-py-xs row justify-between"
>
<span>
{{$t('v103.scheduledTrip.journeytime')}}
</span>
...
...
@@ -438,7 +438,7 @@
</div>
</q-card>
<q-card
flat
class=
"rounded-borders q-pa-md q-mt-lg"
>
<
!-- <
q-card flat class="rounded-borders q-pa-md q-mt-lg">
<div class="text-subtitle1 text-weight-bold">{{$t('v103.scheduledTrip.screeningprice')}}({{domain==`id.oytour`?'IDR':'CNY'}})</div>
<div class="q-mt-md text-grey-6 text-subtitle1">
{{ searchClone.priceRange.min }} - {{ searchClone.priceRange.max }}
...
...
@@ -452,7 +452,7 @@
color="primary"
class="q-mt-md"
/>
</q-card>
</q-card>
-->
<q-card
flat
class=
"rounded-borders q-mt-lg overflow-hidden"
>
<q-expansion-item
expand-separator
...
...
src/pages/scheduledTrip/scheduledTripList.vue
View file @
4aa54ea0
...
...
@@ -734,7 +734,7 @@ export default defineComponent({
lineId
:
0
,
//线路编号
lineTeamId
:
0
,
//系列编号
minPrice
:
"0"
,
//最低价格
maxPrice
:
"
10000
0"
,
//最高价格
maxPrice
:
"0"
,
//最高价格
minTripDay
:
""
,
//最低行程天数
maxTripDay
:
""
,
//最高行程天数
orderByDate
:
0
,
...
...
@@ -744,10 +744,10 @@ export default defineComponent({
searchKey
:
""
,
//关键词搜索
startCityId
:
0
,
//出发城市id
teamType
:
[],
priceRange
:{
min
:
1
,
max
:
100000
,
},
//
priceRange:{
//
min: 1,
//
max: 100000,
//
},
}
})
provide
(
DirtionmaryHelper
.
TICKET_QUERY_PARAM
,
search
)
...
...
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