el-table 动态控制表格高度
this.$nextTick(() => { let h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; this.tableHeight = h - 288; });
this.$nextTick(() => { let h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; this.tableHeight = h - 288; });