mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
日历
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="CalendarDiv"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="calendar pt20">
|
||||
<!-- <div class="calendar pt20"> -->
|
||||
<vue-hash-calendar
|
||||
:visible.sync="isShowCalendar"
|
||||
@change="change"
|
||||
@@ -19,7 +19,7 @@
|
||||
:defaultDatetime="date1"
|
||||
@touchend="touchend"
|
||||
></vue-hash-calendar>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
<div class="footer" v-if="flagGo!=='4'">
|
||||
<div class="fs12 c-gray-base h30 line-height">班次:正常 09:00-18:00</div>
|
||||
<div class=" h40 flex align-items-c border-gb">
|
||||
@@ -92,6 +92,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created(){
|
||||
this.isShowCalendar=true
|
||||
console.log(JSON.parse(window.localStorage.getItem('obj1')).time)
|
||||
this.date1=new Date(JSON.parse(window.localStorage.getItem('obj1')).time)
|
||||
this.time=JSON.parse(window.localStorage.getItem('obj1')).time
|
||||
@@ -244,6 +245,8 @@ export default {
|
||||
.calendar {
|
||||
/* z-index: -1; */
|
||||
width: 100%;
|
||||
height:352px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.calendar_title[data-v-f3b38220] {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user