vue 合计行合并

list1: {
immediate: true,
async handler() {
await this.$nextTick()
const tables = document.querySelectorAll('#list1 .el-table__footer-wrapper tr>td')
console.log('tables', tables)
tables[0].colSpan = 2
tables[1].style.display = 'none'
}
}

posted @ 2022-06-24 11:15  阿灿呀  阅读(222)  评论(0)    收藏  举报