保存进度
This commit is contained in:
@@ -174,6 +174,8 @@ export default {
|
||||
|
||||
const tableRowClassName = ( row: any, rowIndex: any ): void =>
|
||||
{
|
||||
console.log( `行${row}设置行号${rowIndex}` );
|
||||
|
||||
row.rowIndex = rowIndex;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user