This commit is contained in:
wanggeng 2024-08-13 18:52:21 +08:00
parent 1383c70817
commit 576fe3d0cf

View File

@ -38,7 +38,7 @@ export default function NoticeModal() {
dataIndex: 'index',
align: 'center',
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>,