优化:取消表格排序按钮Tooltip
This commit is contained in:
@@ -89,7 +89,8 @@ const CommentPage = () => {
|
||||
dataIndex: 'createTime',
|
||||
key: 'createTime',
|
||||
render: (date: string) => dayjs(+date).format('YYYY-MM-DD HH:mm:ss'),
|
||||
sorter: (a: Comment, b: Comment) => +a.createTime! - +b.createTime!
|
||||
sorter: (a: Comment, b: Comment) => +a.createTime! - +b.createTime!,
|
||||
showSorterTooltip: false
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user