🎫 验证码统计
总验证码数
{{ statistics.totalCodes }}
已激活
{{ statistics.activeCodes }}
未使用
{{ statistics.unusedCodes }}
已过期
{{ statistics.expiredCodes }}
📚 题库统计
题目总数
{{ questionStats.total }}
单选题
{{ questionStats.single }}
判断题
{{ questionStats.judge }}
案例题
{{ questionStats.case }}
带图题目
{{ questionStats.withImage }}
能力题库
{{ questionStats.ability }}
🏆 证书类型统计
| 证书类型 | 验证码数量 |
|---|---|
| {{ type }}证 | {{ count }} |
👥 用户统计
总用户数
{{ statistics.userStats ? statistics.userStats.totalUsers : 0 }}
活跃用户
{{ statistics.userStats ? statistics.userStats.activeUsers : 0 }}
最近7天有学习记录
练习记录数
{{ statistics.userStats ? statistics.userStats.totalPracticeRecords : 0 }}
考试记录数
{{ statistics.userStats ? statistics.userStats.totalExamRecords : 0 }}
用户列表
| 注册码 | 证书类型 | 激活时间 | 到期时间 | 总做题数 | 正确率 | 学习章节 | 错题数 | 考试次数 | 最后学习 |
|---|---|---|---|---|---|---|---|---|---|
| 暂无用户数据 | |||||||||
| {{ user.code }} | {{ user.type }}证 | {{ user.activateTime }} | {{ user.expireTime }} | {{ user.statistics.totalQuestions }} | {{ user.statistics.accuracy }}% | {{ user.chapterCount }} 个 | {{ user.wrongQuestionCount }} | {{ user.examCount }} | {{ formatTime(user.lastStudyTime) }} |
| ID | 验证码 | 类型 | 有效期 | 状态 | 绑定设备 | 绑定时间 | 使用时长 | 备注 | 创建时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ code.id }} | {{ code.code }} | {{ code.type }}证 | {{ code.days }}天 | {{ statusText(code.status) }} | {{ code.deviceId || '-' }} | {{ code.bindTime || '-' }} | {{ calculateUsageDuration(code.bindTime) }} - |
|
{{ code.createdAt }} |
| ID | 验证码 | 设备ID | 绑定时间 | 解绑时间 | 操作人 |
|---|---|---|---|---|---|
| {{ item.id }} | {{ item.code }} | {{ item.deviceId }} | {{ item.bindTime }} | {{ item.unbindTime }} | {{ item.operator }} |
| 序号 | 案例编号 | 案例背景摘要 | 子题数量 | 操作 | |
|---|---|---|---|---|---|
| {{ index + 1 }} | #{{ q.id }} | {{ q.subQuestionCount || 0 }} 道 |
| 序号 | 题目预览 | 图片 | 题型 | 答案 | 操作 | |
|---|---|---|---|---|---|---|
| {{ index + 1 }} | {{ truncateText(q.question, 50) }} | 🖼️ - | {{ questionTypeText(q.type) }} | {{ getAnswerText(q) }} |
📝 当前分类下暂无题目
👈 请在左侧选择题库分类