This commit is contained in:
2023-11-03 13:21:04 +08:00
parent 3698023d2a
commit abdb35f250
4 changed files with 4 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ const exportData = () => {
// tableStr += "</tr>";
}
list.push(title)
console.log(tableDataSource.value)
console.log(tableBodyColumns.value)
tableDataSource.value.forEach((item, rowIndex) => {
let info:any = {}
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {