eslint
This commit is contained in:
parent
1383c70817
commit
576fe3d0cf
@ -38,7 +38,7 @@ export default function NoticeModal() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (text, record, index) =>(page - 1)*10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) =>(page - 1)*10 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: <div title='站内信' style={{cursor:'pointer'}}>站内信</div>,
|
title: <div title='站内信' style={{cursor:'pointer'}}>站内信</div>,
|
||||||
|
Loading…
Reference in New Issue
Block a user