{{z.year}}-{{z.day}}
-
-
- {{x.type}}
- {{x.type}}
起止时间
data () {
return {
tim:[],
ishow:false,
coach:function (day) {
// console.log(day)
this.ishow = !this.ishow
if(this.ishow){
this.tim=day
console.log(this.tim)
}else {
}
},
hide:function () {
this.ishow = !this.ishow
},