Commit 12799820 authored by youjie's avatar youjie

no message

parent b9f53a47
......@@ -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} $t('hotel.col.zhi') ${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">
......
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