fix(mining-admin-web): 修复用户列表页面类型错误
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0f1b4df583
commit
2a22d7d669
|
|
@ -174,7 +174,7 @@ export default function UsersPage() {
|
||||||
</TableCell>
|
</TableCell>
|
||||||
{/* 推荐人 */}
|
{/* 推荐人 */}
|
||||||
<TableCell className="font-mono text-sm text-muted-foreground">
|
<TableCell className="font-mono text-sm text-muted-foreground">
|
||||||
{user.referrerId || user.referrerAccountSequence || '-'}
|
{user.referrerId || '-'}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
{/* 注册时间 */}
|
{/* 注册时间 */}
|
||||||
<TableCell className="text-sm text-muted-foreground">
|
<TableCell className="text-sm text-muted-foreground">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue