AK 用户管理后台

AK SELL ADMIN

用户管理后台

桌面端使用表格高效批量操作,手机端自动切换为卡片式布局,适合随时查看账号、助记词与出售状态。

点击任意数据单元格即可复制到剪切板
共 {{ total }} 条 当前第 {{ page }} 页 每页 {{ pageSize }} 条
+ 新增用户 接口刷新
共 {{ total }} 条记录 最近同步 {{ formatSyncTime(lastSyncAt) }} {{ isMobile ? '手机端已切换为卡片视图' : '桌面端表格视图' }}
仅按账号连续短语匹配,不拆分字符,且大小写不敏感
{{ getSortLabel(filters.sort) }}
搜索 重置
{{ item.label }} {{ getSortDir(filters.sort) === 'asc' ? '↑' : '↓' }}
ID {{ getSortIndicator('id') }} 账号 {{ getSortIndicator('account') }} 密码 {{ getSortIndicator('password') }} 交易密码 {{ getSortIndicator('trade_password') }} Google码 {{ getSortIndicator('google_secret') }} AK数量 {{ getSortIndicator('ace_balance') }} EP {{ getSortIndicator('ep') }} 出售 {{ getSortIndicator('allow_sell') }} 已售 {{ getSortIndicator('is_sold') }} 备注 {{ getSortIndicator('remark') }} 操作
{{ r.id }} {{ r.password || '-' }} {{ r.trade_password || '-' }} {{ r.ga_code || '--' }} {{ r.ace_balance != null ? r.ace_balance : '' }} {{ formatEp(r.ep) }} {{ Number(r.allow_sell)===1 ? '是' : '否' }} 已售 未售
{{ r.remark || '-' }}
暂无数据
{{ (r.account || '?').slice(0, 1).toUpperCase() }}
已售 待售
ID {{ r.id }} · {{ Number(r.allow_sell)===1 ? '允许出售' : '禁止出售' }}
AK数量 {{ r.ace_balance != null ? r.ace_balance : '-' }} EP {{ formatEp(r.ep) }} 状态 {{ Number(r.is_sold)===1 ? '已售' : '未售' }} 出售 {{ Number(r.allow_sell)===1 ? '是' : '否' }}
密码
{{ r.password || '-' }}
交易密码
{{ r.trade_password || '-' }}
Google码
{{ r.ga_code || '--' }}
备注
{{ r.remark || '-' }}
编辑 备注 助记词 删除
暂无数据
保存前会先登录验证并刷新当前状态,登录失败时不会保存。
编辑备注
{{ (remarkForm.remark||'').length }} / 500
助记词一般为 4 位数字,按 1~12 顺序填写。