chore(admin-web): 移除用户列表页团队总注册地址量列

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-07 23:00:04 -08:00
parent 23994a23be
commit 8298f2e371
1 changed files with 0 additions and 7 deletions

View File

@ -327,9 +327,6 @@ export default function UsersPage() {
<div className={cn(styles.users__tableHeaderCell, styles['users__tableHeaderCell--adoptions'])}>
<b></b>
</div>
<div className={cn(styles.users__tableHeaderCell, styles['users__tableHeaderCell--teamAddress'])}>
<b></b>
</div>
<div className={cn(styles.users__tableHeaderCell, styles['users__tableHeaderCell--teamTotal'])}>
<b></b>
</div>
@ -421,10 +418,6 @@ export default function UsersPage() {
{formatNumber(user.personalAdoptions)}
</div>
{/* 团队总注册地址量 */}
<div className={cn(styles.users__tableCell, styles['users__tableCell--teamAddress'])}>
{formatNumber(user.teamAddresses)}
</div>
{/* 团队总认种量 */}
<div className={cn(styles.users__tableCell, styles['users__tableCell--teamTotal'])}>