From 7977ff35f2d4dd14cdf0a207a5d481f5d452b11b Mon Sep 17 00:00:00 2001 From: none Date: Wed, 8 Mar 2023 09:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/member/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/member/index.tsx b/src/pages/member/index.tsx index d038696..beefd4d 100644 --- a/src/pages/member/index.tsx +++ b/src/pages/member/index.tsx @@ -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: "注册时间",