🎫 注册码统计
总注册码数
{{ statistics.totalCodes }}
已激活
{{ statistics.activeCodes }}
未使用
{{ statistics.unusedCodes }}
已过期
{{ statistics.expiredCodes }}
已禁用
{{ statistics.disabledCodes || 0 }}
📚 题库统计
总题库数量
{{ (detailedStats && detailedStats.totalQuestions) || 0 }}
父题总数
总精选数量
{{ (detailedStats && detailedStats.totalSelected) || 0 }}
已打标签题目
精选率
{{ (detailedStats && detailedStats.selectedRate) || 0 }}%
🏆 证书类型统计
| 证书类型 | 注册码数量 |
|---|---|
| {{ 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 && user.statistics.totalQuestions) || 0 }} | {{ (user.statistics && user.statistics.accuracy) || 0 }}% | {{ user.chapterCount }} 个 | {{ user.wrongQuestionCount }} | {{ user.examCount }} | {{ formatTime(user.lastStudyTime) }} |
| 序号 | 注册码 | 类型 | 有效期 | 状态 | 绑定设备 | 绑定时间 | 到期时间 | 使用时长 | 备注 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 暂无注册码{{ codesSearch ? '(无匹配结果)' : '' }} | |||||||||||
| {{ codeListRowNo(rowIndex) }} | {{ code.code }} | {{ code.type }}证 | {{ code.days }}天 |
{{ statusText(code.status) }}
{{ code.disabledReason }}
|
{{ maskBoundDevice(code.deviceId) }} | {{ code.bindTimeDisplay || formatCodeTime(code.bindTime) }} | {{ code.expireTimeDisplay || code.expireTime || '-' }} | {{ calculateUsageDuration(code.bindTime) }} - |
|
||
| ID | 注册码 | 设备ID | 绑定时间 | 解绑时间 | 操作人 |
|---|---|---|---|---|---|
| {{ item.id }} | {{ item.code }} | {{ item.deviceId }} | {{ item.bindTime }} | {{ item.unbindTime }} | {{ item.operator }} |
📋 可选列:
🔄
加载中...
正在切换证书视图,请稍候
| 试题ID | 案例背景摘要 | 子题编码(试题ID-序号) | 子题数量 | 操作 | |
|---|---|---|---|---|---|
| {{ q.id }} | {{ formatCaseSubIds(q) }} | {{ q.subQuestionCount || 0 }} 道 |
| 试题ID | 题干预览 | 题型 | 章节 | 章节编码 | 考试模块 | 适用证书 | 图片 | 状态 | 答案 | 子题序号 | 更新时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ q.id }} | {{ truncateText(q.question, 80) }} {{ truncateText(q.question, 50) }} | {{ questionTypeText(q.type) }} | {{ truncateText(q.chapter, 20) }} | {{ q.chapterCode || '-' }} | {{ q.examModule || '-' }} | {{ (q.certTypes && q.certTypes.join(',')) || '-' }} | 🖼️ - | {{ q.certStatus === 'active' ? '启用' : '隐藏' }} - | {{ getAnswerText(q) }} | {{ q.itemNo || '-' }} | {{ q.updatedAt || '-' }} |
📝 当前分类下暂无题目
👈 请在左侧选择题库分类