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
79b8f917
Commit
79b8f917
authored
Apr 12, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
06d3ad40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TripOrderList.vue
src/components/trip/order/TripOrderList.vue
+2
-2
No files found.
src/components/trip/order/TripOrderList.vue
View file @
79b8f917
...
...
@@ -24,7 +24,7 @@
<div
class=
"q-pt-sm"
:class=
"{'row justify-between':$q.platform.is.desktop,'col':$q.platform.is.mobile}"
>
<div
:class=
"{'row col':$q.platform.is.desktop,'col-12':$q.platform.is.mobile}"
>
<div
:style=
"{'width':$q.platform.is.desktop?'150px':'100%'}"
>
<q-img
class=
"rounded-borders"
:style=
"{'width':$q.platform.is.desktop?'150px':'100%'}"
style=
"height: 100%;"
:ratio=
"16 / 9"
:src=
"x.imgCover
?x.imgCover
:'http://imgfile.oytour.com/Upload/DMC/yEiRE8pRWE5ZF8cPNRnAiQST8WbyaGQc.jpg'"
spinner-color=
"grey"
spinner-size=
"50px"
fit=
"cover"
/>
<q-img
class=
"rounded-borders"
:style=
"{'width':$q.platform.is.desktop?'150px':'100%'}"
style=
"height: 100%;"
:ratio=
"16 / 9"
:src=
"x.imgCover
[0].url?x.imgCover[0].url
:'http://imgfile.oytour.com/Upload/DMC/yEiRE8pRWE5ZF8cPNRnAiQST8WbyaGQc.jpg'"
spinner-color=
"grey"
spinner-size=
"50px"
fit=
"cover"
/>
</div>
<div
class=
"column col"
:class=
"{'q-pl-lg':$q.platform.is.desktop,'q-pt-sm':$q.platform.is.mobile}"
>
<div
class=
"ellipsis"
style=
"overflow: hidden;width: 100%;"
>
...
...
@@ -43,7 +43,7 @@
<span
class=
"q-pt-xs"
>
{{$t('v103.scheduledTripOrder.total')}}:
<span
class=
"fz15"
>
CNY {{moneyFormat(x.preferPrice)}}
</span>
</span>
</div>
<span
class=
"fz14 text-orange-7"
>
{{$t('v103.scheduledTripOrder.paid')}}:
<span
class=
"fz17"
>
CNY {{moneyFormat(x.customerPayMoney)}}
</span>
</span>
<div
class=
"q-pt-sm"
v-if=
"x.orderState==1||x.orderState==2"
>
<div
class=
"q-pt-sm
text-right
"
v-if=
"x.orderState==1||x.orderState==2"
>
<q-btn
color=
"primary"
unelevated
size=
"sm"
@
click=
"cancel(x)"
>
{{$t('hotelm.cancel')}}
</q-btn>
</div>
...
...
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