diff --git a/src/components/UserStatistics/UserStatisticsSearch.vue b/src/components/UserStatistics/UserStatisticsSearch.vue new file mode 100644 index 0000000..aad9613 --- /dev/null +++ b/src/components/UserStatistics/UserStatisticsSearch.vue @@ -0,0 +1,80 @@ + + + + + 题目类型 + + 全部 + 股票知识 + 基金知识 + 投资策略 + + + + + + 时间选择 + + 至 + + + + + + 用户名称 + + + + + + 精网号 + + + + + + 身份 + + 全部 + 学员 + 讲师 + 管理员 + + + + + + 查找 + Excel导出 + + + + + diff --git a/src/components/UserStatistics/UserStatisticsTable.vue b/src/components/UserStatistics/UserStatisticsTable.vue new file mode 100644 index 0000000..325c62a --- /dev/null +++ b/src/components/UserStatistics/UserStatisticsTable.vue @@ -0,0 +1,81 @@ + + + + + + ID + 用户名称 + 用户身份 + 精网号 + 题目类型 + 得分 + 提交时间 + 操作 + + + + + {{ user.id }} + {{ user.userName }} + {{ user.role }} + {{ user.jingwangId }} + {{ user.questionType }} + {{ user.score }} + {{ user.submitTime }} + + 查看 + + + + + + + + + + diff --git a/src/components/WrongQuestion/WrongQuestionSearch.vue b/src/components/WrongQuestion/WrongQuestionSearch.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/UserStatistics.vue b/src/views/UserStatistics.vue index 4147ec1..2668f73 100644 --- a/src/views/UserStatistics.vue +++ b/src/views/UserStatistics.vue @@ -1,18 +1,62 @@ + - 用户统计数据模块 - 当前模块内容暂未开发 + + + +
用户统计数据模块
当前模块内容暂未开发