修复登录缺陷和用户信息展示部分

This commit is contained in:
Eamon
2026-01-09 17:34:57 +08:00
parent 054b8954c4
commit c85293fd1d
11 changed files with 158 additions and 55 deletions

View File

@@ -10,7 +10,6 @@ export default function BillingPage() {
const table = useDataTable<Billing>((page, size) =>
getPageBill({ page, size }),
)
console.log(table, "table")
return (
<Suspense>
@@ -24,7 +23,6 @@ export default function BillingPage() {
accessorKey: "info",
cell: ({ row }) => {
const bill = row.original
console.log(bill, "bill")
return (
<div className="flex items-center gap-2">