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

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