mirror of
https://github.com/PlayEdu/backend
synced 2025-07-23 20:32:59 +08:00
学员列表样式优化
This commit is contained in:
parent
e35700684d
commit
98c0c6496a
@ -71,6 +71,7 @@ const MemberPage = () => {
|
||||
{
|
||||
title: "学员",
|
||||
dataIndex: "name",
|
||||
width: 300,
|
||||
render: (_, record: any) => (
|
||||
<>
|
||||
<Image
|
||||
@ -104,10 +105,13 @@ const MemberPage = () => {
|
||||
},
|
||||
{
|
||||
title: "登录邮箱",
|
||||
width: 200,
|
||||
dataIndex: "email",
|
||||
render: (email: string) => <span>{email}</span>,
|
||||
},
|
||||
{
|
||||
title: "加入时间",
|
||||
width: 200,
|
||||
dataIndex: "created_at",
|
||||
render: (text: string) => <span>{dateFormat(text)}</span>,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user