From 98c0c6496a98ff519427f8bdcbecbdef41879128 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Thu, 3 Aug 2023 15:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/member/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/member/index.tsx b/src/pages/member/index.tsx index e60d73a..6af7e2b 100644 --- a/src/pages/member/index.tsx +++ b/src/pages/member/index.tsx @@ -71,6 +71,7 @@ const MemberPage = () => { { title: "学员", dataIndex: "name", + width: 300, render: (_, record: any) => ( <> { }, { title: "登录邮箱", + width: 200, dataIndex: "email", + render: (email: string) => {email}, }, { title: "加入时间", + width: 200, dataIndex: "created_at", render: (text: string) => {dateFormat(text)}, },