test
This commit is contained in:
@@ -469,7 +469,7 @@ const exportData = () => {
|
||||
// if (rowspan != 0 && colspan != 0) {
|
||||
// tableStr += `<td colspan=${colspan} rowspan=${rowspan}>${rowIndex + 1}</td>`;
|
||||
// }
|
||||
info.number = rowIndex + 1
|
||||
info[item.key] = rowIndex + 1
|
||||
}
|
||||
});
|
||||
// tableStr += "</tr>";
|
||||
|
||||
Reference in New Issue
Block a user