保存进度
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;
|
||||
};
|
||||
|
||||
@@ -238,7 +240,7 @@ export default {
|
||||
}
|
||||
};
|
||||
|
||||
return {
|
||||
return {
|
||||
ui,
|
||||
headerCellStyle,
|
||||
cellStyle,
|
||||
|
||||
Reference in New Issue
Block a user