Commit 0be0ffd7 authored by 黄奎's avatar 黄奎
parents f99e1ae9 468ca642
...@@ -293,7 +293,9 @@ ...@@ -293,7 +293,9 @@
background-color: #e95252 !important; background-color: #e95252 !important;
color: white; color: white;
} }
.TpricehasTicket{
color:#47BF8C!important;
}
</style> </style>
<template> <template>
...@@ -339,20 +341,14 @@ ...@@ -339,20 +341,14 @@
</ul> </ul>
<!-- 日期 --> <!-- 日期 -->
<ul class="days"> <ul class="days">
<li class="liList" v-for="(dayobject,index) in days" :key="dayobject.subCode"> <li class="liList" v-for="(dayobject,index) in days" :key="dayobject.subCode" :class="{'TpricehasTicket':dayobject.Tip}" :title="dayobject.Tip?'当天有机票':''">
<template v-if="dayobject.click"> <template v-if="dayobject.click">
<span v-if="dayobject.checkState==$calendarUtils.checkState.checked" class="checked1" <span v-if="dayobject.checkState==$calendarUtils.checkState.checked" class="checked1"
@click="clickedDay(dayobject)">{{dayobject.day.getDate()}} @click="clickedDay(dayobject)">{{dayobject.day.getDate()}}
<!-- <template v-if="dayobject.Tip"> </span>
有机票
</template> -->
</span>
<span v-else-if="dayobject.checkState==$calendarUtils.checkState.hasValue" <span v-else-if="dayobject.checkState==$calendarUtils.checkState.hasValue"
@click="clickedDay(dayobject)">{{dayobject.day.getDate()}} @click="clickedDay(dayobject)">{{dayobject.day.getDate()}}
<!-- <template v-if="dayobject.Tip"> </span>
有机票
</template> -->
</span>
</template> </template>
<template v-else> <template v-else>
<span class="other-month">{{dayobject.day.getDate()}}</span> <span class="other-month">{{dayobject.day.getDate()}}</span>
......
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