This commit is contained in:
2023-11-03 13:45:02 +08:00
parent e77ba65b09
commit b4d3954ece
4 changed files with 11 additions and 11 deletions

View File

@@ -469,7 +469,7 @@ const exportData = () => {
// if (rowspan != 0 && colspan != 0) {
// tableStr += `<td colspan=${colspan} rowspan=${rowspan}>${rowIndex + 1}</td>`;
// }
info[item.key] = rowIndex + 1
info.number = rowIndex + 1
}
});
// tableStr += "</tr>";