From d83ad11241acf822cbdf85df8ac3241b9ce61af7 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Thu, 12 Mar 2026 15:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=B4=A6=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=96=E6=B6=88=E9=80=80=E6=AC=BE=E5=92=8C=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=88=97=20&=20=E5=90=8E=E5=8F=B0Header=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/bills/page.tsx | 16 ++++++++-------- src/app/admin/clients.tsx | 9 ++++++++- 2 files changed, 16 insertions(+), 9 deletions(-) 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 */} -
+
+ + 返回首页 +