修改测试bug
This commit is contained in:
@@ -24,7 +24,9 @@ const tableStore = new TableStore({
|
||||
method: 'POST',
|
||||
url: '/user-boot/referralCode/findReferralCode',
|
||||
column: [
|
||||
{ title: '序号', type: 'seq', width: 60 },
|
||||
{ title: '序号', width: 80,formatter: (row: any) => {
|
||||
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
|
||||
} },
|
||||
{ title: '角色名称', field: 'roleName' },
|
||||
{ title: '推荐码', field: 'roleReferralCode' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user