保存进度

This commit is contained in:
2025-11-24 21:43:08 +08:00
parent 51cf0da474
commit 88ba348242

View File

@@ -172,7 +172,7 @@ export default {
ElMessage.info( `选取的行号${rowId}` );
};
const tableRowClassName = ( row: any, rowIndex: any ): void =>
const tableRowClassName = ( {row, rowIndex} ): void =>
{
console.log( `${row}设置行号${rowIndex}` );