表格增加序号列,移除 id 列
This commit is contained in:
@@ -150,7 +150,6 @@ export default function UserPage() {
|
||||
data={userList || []}
|
||||
status={loading ? "load" : "done"}
|
||||
columns={[
|
||||
{ header: "ID", accessorKey: "id" },
|
||||
{ header: "账号", accessorKey: "username" },
|
||||
{ header: "手机", accessorKey: "phone" },
|
||||
{ header: "邮箱", accessorKey: "email" },
|
||||
|
||||
Reference in New Issue
Block a user