feat : 表格分页时序号连续
This commit is contained in:
@@ -168,6 +168,9 @@ const tableConfig = reactive({
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width:60,
|
||||
index: index => {
|
||||
return (tableIns.value.getQuery().pageNum - 1) * tableIns.value.getQuery().pageSize + index + 1
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: 'requirementName',
|
||||
|
||||
Reference in New Issue
Block a user