From b74bc1dca3c00a278163695e5cc497e96ec847fd Mon Sep 17 00:00:00 2001 From: daijiajun Date: Mon, 10 Nov 2025 16:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UserStatistics/UserStatisticsSearch.vue | 80 +++++++++++++++++++++ .../UserStatistics/UserStatisticsTable.vue | 81 ++++++++++++++++++++++ .../WrongQuestion/WrongQuestionSearch.vue | 0 src/views/UserStatistics.vue | 52 ++++++++++++-- 4 files changed, 209 insertions(+), 4 deletions(-) create mode 100644 src/components/UserStatistics/UserStatisticsSearch.vue create mode 100644 src/components/UserStatistics/UserStatisticsTable.vue create mode 100644 src/components/WrongQuestion/WrongQuestionSearch.vue 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 @@ + + + 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 @@ + + + + + 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 @@