保存进度
This commit is contained in:
@@ -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}` );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user