Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
Merge Requests
0
Merge Requests
0
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
viitto
million
Commits
60ca5550
Commit
60ca5550
authored
Mar 07, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e3ae2575
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
orderForm.vue
src/pages/Pickuporder/orderForm.vue
+1
-1
detailsCar.vue
src/pages/detailsCar.vue
+14
-11
No files found.
src/pages/Pickuporder/orderForm.vue
View file @
60ca5550
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<template
v-if=
"details.TravelHours>0"
>
<template
v-if=
"details.TravelHours>0"
>
<q-icon
name=
"iconfont icontime"
size=
"20px"
class=
"q-mr-xs q-ml-sm"
/>
<q-icon
name=
"iconfont icontime"
size=
"20px"
class=
"q-mr-xs q-ml-sm"
/>
<span
class=
"q-mr-sm"
>
<span
class=
"q-mr-sm"
>
{{
`
行程時間:${details.TravelHours
}
小時
`
}}
{{
`
包車時長:${details.TravelHours
}
h
`
}}
<
/span
>
<
/span
>
<
/template
>
<
/template
>
<
/div
>
<
/div
>
...
...
src/pages/detailsCar.vue
View file @
60ca5550
...
@@ -141,13 +141,11 @@
...
@@ -141,13 +141,11 @@
icon=
"iconfont iconOwner-1"
icon=
"iconfont iconOwner-1"
label=
" 印象自組團"
label=
" 印象自組團"
/>
/>
<q-chip
<q-chip
v-if=
"dataList.dayList"
v-if=
"dataList.TravelHours>0"
class=
"transparent q-mr-xl no-padding"
class=
"transparent q-mr-xl no-padding"
square
square
icon=
"iconfont icontime"
icon=
"iconfont icontime"
:label=
"` 行程時間 $
{dataList.dayList.length} 天`"
:label=
"`包車時長:$
{dataList.TravelHours} h`" />
/>
<q-chip
<q-chip
class=
"transparent q-mr-xl no-padding"
class=
"transparent q-mr-xl no-padding"
square
square
...
@@ -347,7 +345,7 @@
...
@@ -347,7 +345,7 @@
style=
"border-top: 1px solid #eee"
style=
"border-top: 1px solid #eee"
v-if=
"showOrderPreview"
v-if=
"showOrderPreview"
>
>
<div
v-if=
"dataList.FreeCancelDay>0||dataList.TravelHours>0"
class=
"q-pa-md bg-grey-2 row items-center rounded-borders"
>
<div
class=
"q-pa-md bg-grey-2 row items-center rounded-borders"
>
<div
class=
"text-subtitle2 text-weight-bold q-mr-xl"
>
<div
class=
"text-subtitle2 text-weight-bold q-mr-xl"
>
關於此方案
關於此方案
</div>
</div>
...
@@ -358,9 +356,13 @@
...
@@ -358,9 +356,13 @@
icon=
"iconfont iconcancel"
icon=
"iconfont iconcancel"
:label=
"`${dataList.FreeCancelDay}天前可免费取消`"
:label=
"`${dataList.FreeCancelDay}天前可免费取消`"
/>
/>
<q-chip
v-if=
"dataList.TravelHours>0"
class=
"transparent q-mr-xl no-padding"
<q-chip
icon=
"iconfont icontime"
:label=
"`行程時間:${dataList.TravelHours}小時`"
/>
class=
"transparent q-mr-xl no-padding"
</div>
square
icon=
"iconfont iconroundcheck"
label=
"6個工作日內(不含例休假)確認"
/>
</div>
<div
class=
"q-mt-lg row"
v-if=
"$q.platform.is.desktop"
>
<div
class=
"q-mt-lg row"
v-if=
"$q.platform.is.desktop"
>
<div
class=
"col"
>
<div
class=
"col"
>
<calendar
<calendar
...
@@ -656,7 +658,8 @@ export default {
...
@@ -656,7 +658,8 @@ export default {
warnBuy
:
[
warnBuy
:
[
"如一輛車位不夠使用,請購買多輛車"
,
"如一輛車位不夠使用,請購買多輛車"
,
"收費公路費、停車費、入園費等請另行繳納"
,
"收費公路費、停車費、入園費等請另行繳納"
,
"由於交通擁堵,時間可能會略有變化"
,
"由於交通擁堵,時長可能會略有變化"
,
"每增加 30 分鐘,將收取相應的延期費。 (現場支付)"
,
],
],
showOrderPreview
:
false
,
showOrderPreview
:
false
,
videoPosition
:
0
,
videoPosition
:
0
,
...
...
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