管理页面排序

This commit is contained in:
sijinhui 2024-08-31 12:10:05 +08:00
parent c595317474
commit fdbdfb37f1

View File

@ -246,6 +246,8 @@ function UsersTable({ users, setUsers, loading }: UserInterface) {
dataIndex: "everyLimitToken",
width: 60,
align: "right",
sorter: (a, b) => a.everyLimitToken - b.everyLimitToken,
sortDirections: ["descend"],
},
{
title: "createdAt",