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'
}
}
我成功因为我志在成功
浙公网安备 33010602011771号