From f54f91704ce7cab076f74f0f759b61a8a38f30eb Mon Sep 17 00:00:00 2001 From: zjxxxxxx02 Date: Wed, 10 May 2023 21:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=8A=9F=E8=83=BD=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=AE=9E=E7=8E=B0=EF=BC=8C=E5=A4=9A=E9=80=89=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=94=E6=A1=88=E9=83=A8=E5=88=86=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Show.vue | 38 ++-- src/components/exam/editExam.vue | 18 +- src/components/exam/examList.vue | 22 ++- src/components/question/edit/essay.vue | 39 ++-- src/components/question/edit/judgment.vue | 32 +++- src/components/question/edit/mmultiple.vue | 202 +++++++++++++++++---- src/components/question/edit/single.vue | 29 ++- src/components/question/questionList.vue | 53 ++++-- src/components/showExam.vue | 32 +++- 9 files changed, 350 insertions(+), 115 deletions(-) diff --git a/src/components/Show.vue b/src/components/Show.vue index 195929e..b450404 100644 --- a/src/components/Show.vue +++ b/src/components/Show.vue @@ -10,30 +10,36 @@ - - - +
+
详细解答 +
+
+
-
+
- +
{{item.prefix}}    - - - - +
+
+
详细解答 +
+
+
(  ) - - - +
+
详细解答 +
+
+
@@ -41,9 +47,11 @@   - - - +
+
详细解答 +
+
+
diff --git a/src/components/exam/editExam.vue b/src/components/exam/editExam.vue index 3efb59f..8d229b9 100644 --- a/src/components/exam/editExam.vue +++ b/src/components/exam/editExam.vue @@ -1,7 +1,7 @@