保存进度

This commit is contained in:
2025-11-24 21:40:18 +08:00
parent de68525230
commit 51cf0da474

View File

@@ -174,6 +174,8 @@ export default {
const tableRowClassName = ( row: any, rowIndex: any ): void => const tableRowClassName = ( row: any, rowIndex: any ): void =>
{ {
console.log( `${row}设置行号${rowIndex}` );
row.rowIndex = rowIndex; row.rowIndex = rowIndex;
}; };