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

View File

@ -1201,6 +1201,7 @@ const _sfc_main = defineComponent({
}
}
list.push(title);
console.log(tableDataSource.value);
tableDataSource.value.forEach((item, rowIndex) => {
let info = {};
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {

View File

@ -40028,6 +40028,7 @@ const _sfc_main$D = defineComponent({
}
}
list.push(title);
console.log(tableDataSource.value);
tableDataSource.value.forEach((item, rowIndex) => {
let info = {};
tableBodyColumns.value.forEach((tableColumn, columnIndex) => {

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) => {

File diff suppressed because one or more lines are too long