mirror of
https://github.com/PlayEdu/backend
synced 2025-07-20 07:11:07 +08:00
Merge branch 'dev' of https://gitee.com/playeduxyz/backend into dev
This commit is contained in:
commit
f4dda5f80d
@ -26,6 +26,7 @@ interface DataType {
|
|||||||
email: string;
|
email: string;
|
||||||
created_at: string;
|
created_at: string;
|
||||||
credit1: number;
|
credit1: number;
|
||||||
|
id_card: string;
|
||||||
is_lock: number;
|
is_lock: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -65,8 +66,8 @@ export const MemberPage: React.FC = () => {
|
|||||||
dataIndex: "email",
|
dataIndex: "email",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "积分",
|
title: "身份证号",
|
||||||
dataIndex: "credit1",
|
dataIndex: "id_card",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "注册时间",
|
title: "注册时间",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user