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
ff9e7160
Commit
ff9e7160
authored
Mar 07, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
96993d6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
TicketOrderList.vue
src/components/ticket/order/TicketOrderList.vue
+2
-1
ModifyHotelOrder.vue
src/pages/hotel/ModifyHotelOrder.vue
+3
-2
No files found.
src/components/ticket/order/TicketOrderList.vue
View file @
ff9e7160
...
@@ -171,7 +171,8 @@
...
@@ -171,7 +171,8 @@
<div
class=
"f12 text-green-4"
>
{{ $t('hotelorder.payed') }}
</div>
<div
class=
"f12 text-green-4"
>
{{ $t('hotelorder.payed') }}
</div>
<div
class=
"text-subtitle1 din text-green-14"
>
<div
class=
"text-subtitle1 din text-green-14"
>
{{ x.Income.toFixed(2) }}
{{ x.Income.toFixed(2) }}
<span
class=
"text-green-4 f12"
>
{{ $t('unit.jp') }}
</span>
<span
class=
"text-green-4 f12"
>
{{ x.CurrencyCode }}
</span>
<!-- <span class="text-green-4 f12">{{ $t('unit.jp') }}</span> -->
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/hotel/ModifyHotelOrder.vue
View file @
ff9e7160
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</div>
</div>
<div
class=
"text-negative text-weight-bolder din"
>
<div
class=
"text-negative text-weight-bolder din"
>
<span
class=
"text-weight-thin"
>
{{
$t
(
"hotel.car.sumPrice"
)
}}
:
</span>
<span
class=
"text-weight-thin"
>
{{
$t
(
"hotel.car.sumPrice"
)
}}
:
</span>
<span
class=
"fz14"
>
円
</span>
<span
class=
"fz14"
>
{{
order
.
CurrencyCode
}}
</span>
<span
class=
"text-h6"
>
{{
moneyFormat
(
order
.
Money
)
}}
</span>
<span
class=
"text-h6"
>
{{
moneyFormat
(
order
.
Money
)
}}
</span>
</div>
</div>
<div
:class=
"
{ 'text-right q-mt-sm': $q.platform.is.mobile }">
<div
:class=
"
{ 'text-right q-mt-sm': $q.platform.is.mobile }">
...
@@ -319,7 +319,8 @@
...
@@ -319,7 +319,8 @@
style=
"border-top: 1px dashed #607d8b33"
style=
"border-top: 1px dashed #607d8b33"
>
>
<span
class=
"text-weight-thin"
>
{{ $t("hotel.groupPrice") }}:
</span>
<span
class=
"text-weight-thin"
>
{{ $t("hotel.groupPrice") }}:
</span>
<span
class=
"fz14"
>
円
</span>
<!-- <span class="fz14">円</span> -->
<span
class=
"fz14"
>
{{order.CurrencyCode}}
</span>
<span
class=
"text-subtitle1"
>
{{ moneyFormat(y.HotelMoeny) }}
</span>
<span
class=
"text-subtitle1"
>
{{ moneyFormat(y.HotelMoeny) }}
</span>
</div>
</div>
</div>
</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