From cb97f9974e7429f7546fb13e760e11b65a9d3142 Mon Sep 17 00:00:00 2001 From: daijiajun Date: Mon, 10 Nov 2025 18:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E9=A2=98=E7=BB=9F=E8=AE=A1=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WrongQuestion/WrongQuestionSearch.vue | 70 +++++++++++++++ .../WrongQuestion/WrongQuestionTable.vue | 99 ++++++++++++++++++++++ src/views/WrongQuestion.vue | 51 ++++++++++- 3 files changed, 216 insertions(+), 4 deletions(-) create mode 100644 src/components/WrongQuestion/WrongQuestionTable.vue 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 @@ + + + + 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 @@ + + + + + + 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 @@