This commit is contained in:
chenjianan
2019-04-16 16:12:04 +08:00
parent bc34bd0eb0
commit 236fa9c95d
2 changed files with 3 additions and 2 deletions

View File

@@ -1207,7 +1207,7 @@ export default {
tr[i] = document.createElement('tr')
tr[i].setAttribute('class', 'tableData')
tr[i].innerHTML = `<td style="height: 40px"/><td colspan="2" style="height: 40px"/><td style="height: 40px"/><td colspan="2" style="height: 40px"/><td style="height: 40px"/><td colspan="2" style="height: 40px"/><td colspan="2" style="height: 40px"/><td style="height: 40px"/><td colspan="2" style="height: 40px"/>`
document.getElementById('tablehead').after(tr[i])
$('#tablehead').after(tr[i])
}
let total = 0
for (let j = 0; j < this.tableData3.length; j++) {