总用户数
{{ stats.totalUsers }}
在线用户
{{ stats.onlineUsers }}
今日注册
{{ stats.todayRegistered }}
今日充值人数
{{ stats.rechargUsers }}
用户列表
{{ successMessage }}
{{ errorMessage }}
加载中...
| 用户名 | 注册时间 | 最近登录 | 状态 | 房间 | 银联 | 剩余时长 |
|---|---|---|---|---|---|---|
| {{ user.username }} |
{{ formatDateTime(user.created_at).split('\n')[0] }}
{{ formatDateTime(user.created_at).split('\n')[1] }}
|
{{ formatLastLogin(user.last_login).split('\n')[0] }}
{{ formatLastLogin(user.last_login).split('\n')[1] }}
—
|
禁用 已过期 正常 | {{ user.room_count || 1 }} | {{ user.unionpay_enabled ? '开' : '关' }} |
-
永久
{{ calculateRemainingTime(user.expires_at).split('\n')[0] }}
{{ calculateRemainingTime(user.expires_at).split('\n')[1] }}
|
添加新账号
{{ addUserSuccessMessage }}
{{ errorMessage }}
{{ formatCalendarMonth(currentCalendarMonth) }}
日
一
二
三
四
五
六
充值列表
| 用户名 | 充值时间 | 充值时长 | 管理员 |
|---|---|---|---|
| 没有充值记录 | |||
| {{ record.username }} |
{{ formatRechargeTime(record.created_at) }}
|
{{ formatChargeDuration(record.added_days) }} | {{ record.admin_name }} |
第 {{ currentRechargePage }} 页,共 {{ totalRechargePages }} 页(总计 {{ totalRechargeRecords }} 条)