|
|
|
|
2018
|
ScheduleItem
|
2018
|
ScheduleItem
|
2019
|
},
|
2019
|
},
|
2020
|
mounted() {
|
2020
|
mounted() {
|
2021
|
- console.log('this.tableContainHeight,',this.$refs.table.$el.offsetTop);
|
|
|
2022
|
- this.tableContainHeight =
|
|
|
2023
|
- window.innerHeight - this.$refs.table.$el.offsetTop - 120;
|
|
|
|
|
2021
|
+
|
|
|
2022
|
+ this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 120;
|
2024
|
console.log(this.tableContainHeight);
|
2023
|
console.log(this.tableContainHeight);
|
2025
|
// var theType = this.weekType(this.weekTime);
|
2024
|
// var theType = this.weekType(this.weekTime);
|
2026
|
// this.getSchedules(theType);
|
2025
|
// this.getSchedules(theType);
|