mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
管理页面排序
This commit is contained in:
parent
c595317474
commit
fdbdfb37f1
@ -246,6 +246,8 @@ function UsersTable({ users, setUsers, loading }: UserInterface) {
|
|||||||
dataIndex: "everyLimitToken",
|
dataIndex: "everyLimitToken",
|
||||||
width: 60,
|
width: 60,
|
||||||
align: "right",
|
align: "right",
|
||||||
|
sorter: (a, b) => a.everyLimitToken - b.everyLimitToken,
|
||||||
|
sortDirections: ["descend"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "createdAt",
|
title: "createdAt",
|
||||||
|
Loading…
Reference in New Issue
Block a user