解决el-table设置高度和合计show-summary冲突不显示问题

芍乐 / 2023-07-26 / 原文

updated() {
this.$nextTick(() => {
this.tableHd = document.body.clientHeight + 'px';
this.$refs.tableData.doLayout();
});
},