mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
管理页面排序
This commit is contained in:
parent
c595317474
commit
fdbdfb37f1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user