From 2a22d7d66972b2105ed04b294a06c52e31e2171e Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 11 Jan 2026 19:01:37 -0800 Subject: [PATCH] =?UTF-8?q?fix(mining-admin-web):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- frontend/mining-admin-web/src/app/(dashboard)/users/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mining-admin-web/src/app/(dashboard)/users/page.tsx b/frontend/mining-admin-web/src/app/(dashboard)/users/page.tsx index 8c1964cb..cd8601b9 100644 --- a/frontend/mining-admin-web/src/app/(dashboard)/users/page.tsx +++ b/frontend/mining-admin-web/src/app/(dashboard)/users/page.tsx @@ -174,7 +174,7 @@ export default function UsersPage() { {/* 推荐人 */} - {user.referrerId || user.referrerAccountSequence || '-'} + {user.referrerId || '-'} {/* 注册时间 */}