仪表盘
欢迎, {{ currentUser.username }}用户总数
{{ stats.users?.total || 0 }}
本月新增: {{ stats.users?.new_this_month || 0 }}
授权总数
{{ stats.licenses?.total || 0 }}
有效: {{ stats.licenses?.active || 0 }}
即将过期
{{ stats.licenses?.expiring_soon || 0 }}
7天内过期
已过期
{{ stats.licenses?.expired || 0 }}
需要处理
最近操作
| 时间 | 用户 | 操作 | 详情 |
|---|---|---|---|
| {{ formatDate(log.created_at) }} | {{ log.username || '-' }} | {{ log.action }} | {{ log.details || '-' }} |
| 暂无数据 | |||
用户管理
{{ message.text }}
| ID | 用户名 | 邮箱 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|
| {{ user.id.substring(0, 8) }}... | {{ user.username }} | {{ user.email || '-' }} | {{ user.is_active ? '正常' : '已禁用' }} | {{ formatDate(user.created_at) }} | |
| 暂无用户 | |||||
授权管理
{{ message.text }}
| 授权Key | 用户 | 类型 | 到期时间 | 状态 | 操作 |
|---|---|---|---|---|---|
| {{ license.license_key }} | {{ license.username }} | {{ license.license_type }} | {{ formatDate(license.end_time) }} | {{ getLicenseStatus(license) }} | |
| 暂无授权 | |||||
操作日志
| 时间 | 类型 | 用户 | 操作 | 详情 | IP |
|---|---|---|---|---|---|
| {{ formatDate(log.created_at) }} | {{ log.log_type }} | {{ log.username || '-' }} | {{ log.action }} | {{ log.details || '-' }} | {{ log.ip_address || '-' }} |
| 暂无日志 | |||||