{{ pageTitle }}
showSearchResults = false, 200)">
{{ result.type }}
{{ result.title }}
暂无搜索结果
{{ stats.systems }}
训练系统
{{ stats.users }}
用户总数
{{ stats.records }}
训练记录
{{ stats.today }}
今日训练
🎯 八大训练系统
{{ system.name }}
{{ child.name }}
{{ system.name }}
{{ child.name }}
{{ courses.length }}
总课程数
{{ courses.filter(c => c.type === 'free').length }}
免费课程
{{ courses.filter(c => c.type === 'vip').length }}
VIP 课程
{{ courses.filter(c => c.type === 'paid').length }}
付费课程
{{ course.type === 'free' ? '🆓 免费' : (course.type === 'vip' ? '💎 VIP' : '💰 付费') }}
{{ course.icon }}
{{ course.title }}
{{ course.description }}
👥 {{ course.students }}人已学
⏱️ {{ course.duration }}分钟
{{ cases.length }}
总案例数
{{ cases.filter(c => c.status === 'published').length }}
已发布
{{ cases.filter(c => c.status === 'pending').length }}
待审核
{{ cases.reduce((sum, c) => sum + c.views, 0) }}
总浏览量
| ID | 案例标题 | 上传用户 | 类型 | 浏览量 | 状态 | 上传时间 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ item.id }} | {{ item.title }} | {{ item.username }} | {{ item.category }} | {{ item.views }} | {{ item.status === 'published' ? '✅ 已发布' : (item.status === 'pending' ? '⏳ 待审核' : '❌ 已拒绝') }} | {{ item.created_at }} |
| ID | 用户名 | 角色 | 手机 | 邮箱 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.role }} | {{ user.phone || '-' }} | {{ user.email || '-' }} | {{ user.is_active ? '✅ 正常' : '❌ 禁用' }} |
| ID | 用户 ID | 系统 ID | 得分 | 时长 (秒) | 完成时间 |
|---|---|---|---|---|---|
| {{ record.id }} | {{ record.user_id }} | {{ record.system_id }} | {{ record.score }} | {{ record.duration }} | {{ record.completed_at }} |
{{ crowd.icon }} {{ crowd.name }}
{{ crowd.description }}
{{ crowd.age_range }}
{{ devices.length }}
总设备数
{{ devices.filter(d => d.is_connected).length }}
已连接
{{ devices.filter(d => !d.is_connected).length }}
未连接
{{ device.icon }}
{{ device.name }}
{{ device.is_connected ? '🟢 已连接' : '🔴 未连接' }}
设备类型{{ device.type }}
序列号{{ device.serial_number }}
支持训练{{ device.supported_trainings }}
{{ classroom.icon }}
{{ classroom.name }}
{{ classroom.target_audience }}
{{ classroom.description }}
{{ training }}
{{ level.icon }}
{{ level.name }}
¥{{ level.price }}/{{ level.period }}
✓ {{ feature }}
👥 用户会员状态
| 用户 ID | 用户名 | 会员等级 | 开通时间 | 到期时间 | 状态 |
|---|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.level }} | {{ user.start_date }} | {{ user.end_date }} | {{ user.status === 'active' ? '✅ 有效' : '❌ 过期' }} |
{{ notifications.length }}
总消息数
{{ notifications.filter(n => n.read).length }}
已读
{{ notifications.filter(n => !n.read).length }}
未读
{{ notif.icon }}
{{ notif.title }}
{{ notif.time }}
{{ notif.message }}
{{ downloadLogs.length }}
总下载数
{{ downloadLogs.filter(l => l.status === 'success').length }}
成功下载
{{ downloadLogs.filter(l => l.is_suspicious).length }}
可疑下载
{{ blockedUsers.length }}
被封禁用户
⚠️ 违规下载告警
⚠️
发现 {{ suspiciousCount }} 个可疑下载行为
这些用户短时间内大量下载资料,可能存在违规行为
📥 下载日志
| 时间 | 用户 | 会员等级 | 下载内容 | 文件大小 | IP 地址 | 状态 | 风险等级 |
|---|---|---|---|---|---|---|---|
| {{ log.time }} | {{ log.username }} | {{ log.level }} | {{ log.file }} | {{ log.size }} | {{ log.ip }} | {{ log.status === 'success' ? '✅ 成功' : '❌ 失败' }} | ⚠️ 可疑 ✅ 正常 |
🚫 被封禁用户列表
| 用户 ID | 用户名 | 封禁原因 | 封禁时间 | 解封时间 | 操作 |
|---|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.reason }} | {{ user.banned_at }} | {{ user.unban_at || '永久' }} |
{{ links.length }}
总链接数
{{ links.filter(l => l.status === 'active').length }}
启用中
{{ links.filter(l => l.status === 'disabled').length }}
已禁用
{{ links.reduce((sum, l) => sum + l.clicks, 0) }}
总点击量
📋 链接列表
| ID | 链接名称 | 目标 URL | 分类 | 点击量 | 创建时间 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ link.id }} |
{{ link.icon }}
{{ link.name }}
|
🔗 查看跳转链接 | {{ link.category }} | {{ link.clicks }} | {{ link.created_at }} | {{ link.status === 'active' ? '✅ 启用' : '❌ 禁用' }} |
📊 点击统计 TOP10
#{{ index + 1 }}
{{ link.icon }}
{{ link.name }}
{{ link.clicks }} 次点击
📈