diff --git a/src/app/admin/bills/page.tsx b/src/app/admin/bills/page.tsx
index ce45548..1e60e85 100644
--- a/src/app/admin/bills/page.tsx
+++ b/src/app/admin/bills/page.tsx
@@ -99,7 +99,7 @@ export default function BillsPage(props: BillsPageProps) {
全部
充值
消费
- 退款
+ {/* 退款 */}
)}
@@ -284,13 +284,13 @@ export default function BillsPage(props: BillsPageProps) {
format(new Date(row.original.created_at), 'yyyy-MM-dd HH:mm')
),
},
- {
- accessorKey: 'action', header: `操作`, cell: item => (
-
- -
-
- ),
- },
+ // {
+ // accessorKey: 'action', header: `操作`, cell: item => (
+ //
+ // -
+ //
+ // ),
+ // },
]}
/>
diff --git a/src/app/admin/clients.tsx b/src/app/admin/clients.tsx
index cbe3858..60033cf 100644
--- a/src/app/admin/clients.tsx
+++ b/src/app/admin/clients.tsx
@@ -116,7 +116,14 @@ export function Header() {
{/* right */}
-