修改表格序号以及分页序号数字问题
This commit is contained in:
@@ -38,9 +38,9 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
title: '序号',
|
||||
type: 'seq',
|
||||
|
||||
align: 'center',
|
||||
width: 60,
|
||||
width: 80,
|
||||
formatter: (row: any) => {
|
||||
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user