mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 02:22:47 +08:00
学员列表显示身份证号码
This commit is contained in:
parent
1e37e7ee1b
commit
7977ff35f2
@ -26,6 +26,7 @@ interface DataType {
|
||||
email: string;
|
||||
created_at: string;
|
||||
credit1: number;
|
||||
id_card: string;
|
||||
is_lock: number;
|
||||
}
|
||||
|
||||
@ -65,8 +66,8 @@ export const MemberPage: React.FC = () => {
|
||||
dataIndex: "email",
|
||||
},
|
||||
{
|
||||
title: "积分",
|
||||
dataIndex: "credit1",
|
||||
title: "身份证号",
|
||||
dataIndex: "id_card",
|
||||
},
|
||||
{
|
||||
title: "注册时间",
|
||||
|
Loading…
x
Reference in New Issue
Block a user