Commit 9342df52 authored by zhengke's avatar zhengke

页面修改

parent cf5afb16
......@@ -71,7 +71,7 @@
<div class="calendar-box" id='calendar'>
<table class="calendar" cellspacing=0 cellpadding=0>
<thead>
<th v-for="i in week">{{i}}</th>
<th v-for="(i,index) in week" :key="index">{{i}}</th>
</thead>
</table>
<div class="monthDayList">
......@@ -81,6 +81,9 @@
<p v-if="item.price" class="price">{{item.price}}</p>
</div>
</div>
<div >
</div>
</div>
</div>
</div>
......
......@@ -86,7 +86,7 @@
<!-- 行程資訊 -->
<!-- TripListStyle 1月历 2列表 -->
<tripList v-if="item.Id=='TripList'" :key="index+100" :plugData="dataList"></tripList>
<tripcalendar v-if="item.Id=='TripList'" :key="index+200" :plugData="dataList"></tripcalendar>
<tripcalendar v-if="item.Id=='TripList'" :key="index+200" :dateData="dataList.priceList" :day="Myday"></tripcalendar>
<!-- 每日行程 -->
<!-- TripDayStyle 1竖起排 2横起 -->
......
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