diff --git a/src/components/WrongQuestion/WrongQuestionSearch.vue b/src/components/WrongQuestion/WrongQuestionSearch.vue index e69de29..1bea3b3 100644 --- a/src/components/WrongQuestion/WrongQuestionSearch.vue +++ b/src/components/WrongQuestion/WrongQuestionSearch.vue @@ -0,0 +1,70 @@ + + + + + + + 题目类型 + + 全部 + 股票知识 + 基金知识 + 投资策略 + + + + + + 题干查找 + + + + + + 推荐课程 + + 全部 + 量能擒牛 + 趋势交易 + 基本面分析 + + + + + + + 查找 + + Excel导出 + + + + + diff --git a/src/components/WrongQuestion/WrongQuestionTable.vue b/src/components/WrongQuestion/WrongQuestionTable.vue new file mode 100644 index 0000000..d5dac69 --- /dev/null +++ b/src/components/WrongQuestion/WrongQuestionTable.vue @@ -0,0 +1,99 @@ + + + + + + + + + + ID + 题干 + 题目类型 + 出错次数 + 出错率 + 推荐课程 + 操作 + + + + + + {{ item.id }} + {{ item.questionText }} + {{ item.type }} + {{ item.errorCount }} + {{ item.errorRate }} + {{ item.recommendedCourse }} + + + 出错用户 + + 查看题目 + + + + + + + + + + diff --git a/src/views/WrongQuestion.vue b/src/views/WrongQuestion.vue index ad81de0..72b5f3c 100644 --- a/src/views/WrongQuestion.vue +++ b/src/views/WrongQuestion.vue @@ -1,18 +1,61 @@ + - 错题统计模块 - 当前模块内容暂未开发 + + + +
错题统计模块
当前模块内容暂未开发