fix(mining-admin-web): 修复用户列表页面类型错误

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-11 19:01:37 -08:00
parent 0f1b4df583
commit 2a22d7d669
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ export default function UsersPage() {
</TableCell>
{/* 推荐人 */}
<TableCell className="font-mono text-sm text-muted-foreground">
{user.referrerId || user.referrerAccountSequence || '-'}
{user.referrerId || '-'}
</TableCell>
{/* 注册时间 */}
<TableCell className="text-sm text-muted-foreground">