表格增加序号列,移除 id 列
This commit is contained in:
@@ -234,7 +234,6 @@ export default function UserPage() {
|
||||
<DataTable<Cust>
|
||||
{...table}
|
||||
columns={[
|
||||
{ header: "ID", accessorKey: "id" },
|
||||
{ header: "账号", accessorKey: "username" },
|
||||
{ header: "手机", accessorKey: "phone" },
|
||||
{ header: "邮箱", accessorKey: "email" },
|
||||
|
||||
Reference in New Issue
Block a user