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

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