🎱 台球管理
数据概览
用户管理
赛事管理
积分商城
财务管理
战绩数据
支付管理
用户管理
在线
管
管理员
个人中心
退出登录
用户管理
查看和管理所有用户信息
总用户数
{{ stats.total_users || 0 }}
活跃用户
{{ stats.active_users || 0 }}
封禁用户
{{ stats.blocked_users || 0 }}
查询
重置
批量封禁
批量解封
批量删除
已选 {{ selectedRows.length }} 人
{{ scope.row.nickname }}
{{ scope.row.phone || '-' }}
{{ getRankName(scope.row.rank) }}
胜: {{ scope.row.win_count }} / 负: {{ scope.row.lose_count }}
胜率: {{ formatWinRate(scope.row.win_rate) }}
{{ scope.row.is_blocked ? '已封禁' : '正常' }}
详情
handleCommand(command, scope.row)" style="margin-left: 8px">
更多
调整段位
调整积分
{{ scope.row.is_blocked ? '解除封禁' : '封禁账号' }}
删除用户
{{ rankDialog.user.nickname }}
{{ getRankName(rankDialog.user.rank) }}
取消
确定
{{ pointsDialog.user.nickname }}
{{ pointsDialog.user.points }}
{{ pointsDialog.user.points + pointsDialog.form.amount }}
取消
确定
{{ detailDialog.user.id }}
{{ detailDialog.user.wechat_id }}
{{ detailDialog.user.nickname }}
{{ detailDialog.user.phone || '-' }}
{{ getRankName(detailDialog.user.rank) }}
{{ detailDialog.user.rank_points }}
{{ detailDialog.user.points }}
{{ detailDialog.user.match_count }}
{{ detailDialog.user.win_count }}
{{ detailDialog.user.lose_count }}
{{ formatWinRate(detailDialog.user.win_rate) }}
{{ detailDialog.user.is_blocked ? '已封禁' : '正常' }}
{{ detailDialog.user.created_at }}
关闭