This commit is contained in:
2023-11-03 13:16:07 +08:00
parent baf1ae2854
commit 3698023d2a
4 changed files with 4 additions and 1 deletions

View File

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