Commit 4a81f725 authored by youjie's avatar youjie

no message

parent 407124f2
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<div> <div>
<div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('hotel.col.four')}}</div> <div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('hotel.col.four')}}</div>
<div class="row items-center justify-between"> <div class="row items-center justify-between">
<span>¥{{props.row.LowerPrice.toFixed(2)}} {{$t('hotel.col.low')}}</span> <span>¥{{props.row.LowerPrice.toFixed(2)}}{{$t('unit.jp')}} {{$t('hotel.col.low')}}</span>
<q-btn color="grey-3" :label="$t('hotel.addRoom')" size="sm" outline @click="finishHanler(props.row)"/> <q-btn color="grey-3" :label="$t('hotel.addRoom')" size="sm" outline @click="finishHanler(props.row)"/>
</div> </div>
</div> </div>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<div class="price-item"> <div class="price-item">
<div class="label">{{ $t('hotel.col.five') }}</div> <div class="label">{{ $t('hotel.col.five') }}</div>
<div class="row items-center"> <div class="row items-center">
<div class="din">{{ x.PriceList[0].CostPrice.toFixed(2) }}</div> <div class="din">{{ x.PriceList[0].CostPrice.toFixed(2) }}{{$t('unit.jp')}}</div>
<!-- <div class="q-ml-md" style="font-size: 12px; opacity: 0.5">{{ $t('hotel.col.more') }}</div> --> <!-- <div class="q-ml-md" style="font-size: 12px; opacity: 0.5">{{ $t('hotel.col.more') }}</div> -->
</div> </div>
</div> </div>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<div> <div>
<div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('hotel.col.four')}}</div> <div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('hotel.col.four')}}</div>
<div class=""> <div class="">
<span>¥{{props.row.LowerPrice.toFixed(2)}} {{$t('hotel.col.low')}}</span> <span>¥{{props.row.LowerPrice.toFixed(2)}}{{$t('unit.jp')}} {{$t('hotel.col.low')}}</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -170,7 +170,7 @@ export default defineComponent({ ...@@ -170,7 +170,7 @@ export default defineComponent({
mobileCols:[ mobileCols:[
{name:'HotelName',label:t('hotel.col.first'),field:(row:any)=>row.HotelName}, {name:'HotelName',label:t('hotel.col.first'),field:(row:any)=>row.HotelName},
{name:'TotalInventory',label:t('hotel.col.three'),field:(row:any)=>row.TotalInventory}, {name:'TotalInventory',label:t('hotel.col.three'),field:(row:any)=>row.TotalInventory},
{name:'LowerPrice',label:t('hotel.col.four'),field:(row:any)=>${row.LowerPrice.toFixed(2)} ${t('hotel.col.low')}`} {name:'LowerPrice',label:t('hotel.col.four'),field:(row:any)=>${row.LowerPrice.toFixed(2)}${$t('unit.jp')} ${t('hotel.col.low')}`}
], ],
showPriceList:false, showPriceList:false,
queryHotelObj:{}, queryHotelObj:{},
......
...@@ -402,7 +402,7 @@ export default { ...@@ -402,7 +402,7 @@ export default {
yg: '予想', yg: '予想',
outbind: '現在の在庫の予定を超過して,私達は直ちにホテルと協議して,滑な受信を保証してください', outbind: '現在の在庫の予定を超過して,私達は直ちにホテルと協議して,日圓滑な受信を保証してください',
details: { details: {
zuoji: '座机', zuoji: '座机',
...@@ -442,7 +442,7 @@ export default { ...@@ -442,7 +442,7 @@ export default {
no2: 'ない', no2: 'ない',
yuan: '', yuan: '日圓',
xiaoshi: '時間', xiaoshi: '時間',
......
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
unit: { unit: {
jian: '간', jian: '간',
ren: '사람이', ren: '사람이',
jp: '', jp: '엔화',
jpc: '¥', jpc: '¥',
night: '밤', night: '밤',
jf:'칸' jf:'칸'
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
unit: { unit: {
jian: "間", jian: "間",
ren: "人", ren: "人",
jp: "", jp: "日圓",
jpc: "¥", jpc: "¥",
night: "晚", night: "晚",
jf:"間房", jf:"間房",
......
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