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
8b3c75dd
Commit
8b3c75dd
authored
Nov 25, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b4ba6fb4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
353 deletions
+10
-353
HotelPriceList.vue
src/components/hotel/list/HotelPriceList.vue
+1
-1
index.ts
src/i18n/ja-RB/index.ts
+5
-327
index.ts
src/i18n/ko-HG/index.ts
+2
-1
index.ts
src/i18n/zh-TW/index.ts
+2
-24
No files found.
src/components/hotel/list/HotelPriceList.vue
View file @
8b3c75dd
...
...
@@ -2,7 +2,7 @@
<q-card
flat
class=
"light-shadow rounded-border window-width q-pa-none"
>
<q-card-section
class=
"q-pa-sm"
>
<div
class=
"text-h6"
>
{{
h
.
HotelName
}}
</div>
<div
class=
"f12 text-grey-5"
>
{{
`${search.StartDate
}
至
${search.EndDate
}
`
}}
{{
$t
(
'hotel.pricetips'
)
}}
<
/div
>
<div
class=
"f12 text-grey-5"
>
{{
`${search.StartDate
}
${t('hotel.col.zhi')
}
${search.EndDate
}
`
}}
{{
$t
(
'hotel.pricetips'
)
}}
<
/div
>
<
/q-card-section
>
<
div
style
=
"max-height: 60vh; overflow-y: auto"
class
=
"q-pa-sm"
>
<
template
v
-
for
=
"x in h.subList"
>
...
...
src/i18n/ja-RB/index.ts
View file @
8b3c75dd
This diff is collapsed.
Click to expand it.
src/i18n/ko-HG/index.ts
View file @
8b3c75dd
...
...
@@ -240,7 +240,8 @@ export default {
sins
:
'잉여 재고'
,
uins
:
'예약을 마치다'
,
more
:
'더 많은 유형의 주택 가격'
,
noMore
:
'다른 유형의 견적은 없다'
noMore
:
'다른 유형의 견적은 없다'
,
zhi
:
"~"
},
datetype
:
{
red
:
'붉은 해 가'
,
...
...
src/i18n/zh-TW/index.ts
View file @
8b3c75dd
...
...
@@ -233,29 +233,6 @@ export default {
chuanzhen
:
'傳真'
,
guanwang
:
'官網'
,
xiangqing
:
'酒店詳情'
,
wenxintishi
:
'溫馨提示'
,
col
:
{
t1
:
'入湯稅'
,
t2
:
'城市稅'
,
t3
:
'是否预约'
,
t4
:
'停車場'
,
t5
:
'提前截止天數'
,
t6
:
'訂購類型'
,
t7
:
'是否用餐'
,
t8
:
'酒店类型'
,
t9
:
'設施服務'
,
is
:
'是'
,
no1
:
'否'
,
are
:
'有'
,
no2
:
'無'
,
yuan
:
'圓'
,
xiaoshi
:
'小時'
,
day
:
'天'
,
zidin
:
'自訂'
,
zaocan
:
'早餐'
,
jiudianleix
:
'商務酒店'
,
sheshi
:
'設施'
,
}
},
car
:
{
shoppingTitle
:
"購物車"
,
...
...
@@ -321,7 +298,8 @@ export default {
sins
:
"剩餘庫存"
,
uins
:
"已預訂"
,
more
:
"更多房型報價"
,
noMore
:
"沒有其他房型報價"
noMore
:
"沒有其他房型報價"
,
zhi
:
"至"
},
datetype
:
{
red
:
"紅日"
,
...
...
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