From 1e6b30758672914cb701b5b4c01c4c7ac56ee420 Mon Sep 17 00:00:00 2001 From: luorijun Date: Fri, 27 Mar 2026 18:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BA=E5=AE=9A=E5=88=B0=E8=BE=B9=E7=BC=98=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(root)/user/page.tsx | 2 ++ src/components/data-table/component.tsx | 48 +++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/src/app/(root)/user/page.tsx b/src/app/(root)/user/page.tsx index bb39021..d25d63d 100644 --- a/src/app/(root)/user/page.tsx +++ b/src/app/(root)/user/page.tsx @@ -90,6 +90,8 @@ export default function UserPage() { format(new Date(row.original.created_at), "yyyy-MM-dd HH:mm"), }, { + id: "action", + meta: { pin: "right" }, header: "操作", cell: ctx => (