diff --git a/pc/src/views/apps/exams/certificate/index.vue b/pc/src/views/apps/exams/certificate/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pc/src/views/apps/exams/exam/components/create.vue b/pc/src/views/apps/exams/exam/components/create.vue new file mode 100644 index 0000000..e69de29 diff --git a/pc/src/views/apps/exams/exam/index.vue b/pc/src/views/apps/exams/exam/index.vue new file mode 100644 index 0000000..d36c1f5 --- /dev/null +++ b/pc/src/views/apps/exams/exam/index.vue @@ -0,0 +1,183 @@ + + + + + + 创建考试 + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + {{ row.status === 1 ? '进行中' : '已结束' }} + + + + + + 查看 + 编辑 + 删除 + + + + + + + + + + + + + + + diff --git a/pc/src/views/apps/exams/examinationQuestions/index.vue b/pc/src/views/apps/exams/examinationQuestions/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pc/src/views/apps/exams/examinee/index.vue b/pc/src/views/apps/exams/examinee/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pc/src/views/apps/exams/index.vue b/pc/src/views/apps/exams/index.vue new file mode 100644 index 0000000..32f0348 --- /dev/null +++ b/pc/src/views/apps/exams/index.vue @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/pc/src/views/apps/exams/practice/index.vue b/pc/src/views/apps/exams/practice/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pc/src/views/apps/exams/training/index.vue b/pc/src/views/apps/exams/training/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pc/src/views/apps/exams/workbench/index.vue b/pc/src/views/apps/exams/workbench/index.vue new file mode 100644 index 0000000..7bf62ed --- /dev/null +++ b/pc/src/views/apps/exams/workbench/index.vue @@ -0,0 +1,278 @@ + + + + + + + + + + + + {{ statistics.examCount }} + 考试总数 + + + + + + + + + + {{ statistics.practiceCount }} + 练习总数 + + + + + + + + + + {{ statistics.courseCount }} + 课程总数 + + + + + + + + + + {{ statistics.studentCount }} + 考生总数 + + + + + + + + + 快捷功能 + + + + + + + 创建考试 + + + + + + + + 创建练习 + + + + + + + + 创建课程 + + + + + + + + 批量导题 + + + + + + + + 考生管理 + + + + + + + + 试题库 + + + + + + + + + +