Commit 8b3c75dd authored by youjie's avatar youjie

no message

parent b4ba6fb4
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<q-card flat class="light-shadow rounded-border window-width q-pa-none"> <q-card flat class="light-shadow rounded-border window-width q-pa-none">
<q-card-section class="q-pa-sm"> <q-card-section class="q-pa-sm">
<div class="text-h6">{{ h.HotelName }}</div> <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> </q-card-section>
<div style="max-height: 60vh; overflow-y: auto" class="q-pa-sm"> <div style="max-height: 60vh; overflow-y: auto" class="q-pa-sm">
<template v-for="x in h.subList"> <template v-for="x in h.subList">
......
This diff is collapsed.
...@@ -240,7 +240,8 @@ export default { ...@@ -240,7 +240,8 @@ export default {
sins: '잉여 재고', sins: '잉여 재고',
uins: '예약을 마치다', uins: '예약을 마치다',
more: '더 많은 유형의 주택 가격', more: '더 많은 유형의 주택 가격',
noMore: '다른 유형의 견적은 없다' noMore: '다른 유형의 견적은 없다',
zhi: "~"
}, },
datetype: { datetype: {
red: '붉은 해 가', red: '붉은 해 가',
......
...@@ -233,29 +233,6 @@ export default { ...@@ -233,29 +233,6 @@ export default {
chuanzhen: '傳真', chuanzhen: '傳真',
guanwang: '官網', guanwang: '官網',
xiangqing: '酒店詳情', xiangqing: '酒店詳情',
wenxintishi: '溫馨提示',
col: {
t1: '入湯稅',
t2: '城市稅',
t3: '是否预约',
t4: '停車場',
t5: '提前截止天數',
t6: '訂購類型',
t7: '是否用餐',
t8: '酒店类型',
t9: '設施服務',
is: '是',
no1: '否',
are: '有',
no2: '無',
yuan: '圓',
xiaoshi: '小時',
day: '天',
zidin: '自訂',
zaocan: '早餐',
jiudianleix: '商務酒店',
sheshi: '設施',
}
}, },
car: { car: {
shoppingTitle: "購物車", shoppingTitle: "購物車",
...@@ -321,7 +298,8 @@ export default { ...@@ -321,7 +298,8 @@ export default {
sins: "剩餘庫存", sins: "剩餘庫存",
uins: "已預訂", uins: "已預訂",
more: "更多房型報價", more: "更多房型報價",
noMore: "沒有其他房型報價" noMore: "沒有其他房型報價",
zhi: "至"
}, },
datetype: { datetype: {
red: "紅日", red: "紅日",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment