This commit is contained in:
2023-11-03 13:54:19 +08:00
parent b4d3954ece
commit f0e8f6d076
4 changed files with 4 additions and 4 deletions

View File

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