Forráskód Böngészése

屏蔽”重置答案“

Michael Wang 5 éve
szülő
commit
698db24749

+ 2 - 2
src/features/OnlineExam/Examing/BooleanQuestionView.vue

@@ -37,9 +37,9 @@
       <span class="question-options">错误</span>
     </div>
     <div class="reset">
-      <i-button type="warning" size="large" @click="() => answerQuestion(null)">
+      <!-- <i-button type="warning" size="large" @click="() => answerQuestion(null)">
         重置答案
-      </i-button>
+      </i-button> -->
       <span v-if="examShouldShowAnswer()">
         &nbsp;&nbsp;&nbsp;<i-button
           type="info"

+ 2 - 2
src/features/OnlineExam/Examing/FillBlankQuestionView.vue

@@ -23,9 +23,9 @@
       />
     </div>
     <div class="reset">
-      <i-button type="warning" size="large" @click="resetAnswer">
+      <!-- <i-button type="warning" size="large" @click="resetAnswer">
         重置答案
-      </i-button>
+      </i-button> -->
       <span v-if="examShouldShowAnswer()">
         &nbsp;&nbsp;&nbsp;<i-button
           type="info"

+ 2 - 2
src/features/OnlineExam/Examing/MultipleQuestionView.vue

@@ -38,9 +38,9 @@
       </div>
     </div>
     <div class="reset">
-      <i-button type="warning" size="large" @click="() => answerQuestion(null)">
+      <!-- <i-button type="warning" size="large" @click="() => answerQuestion(null)">
         重置答案
-      </i-button>
+      </i-button> -->
       <span v-if="examShouldShowAnswer()">
         &nbsp;&nbsp;&nbsp;<i-button
           type="info"

+ 2 - 2
src/features/OnlineExam/Examing/SingleQuestionView.vue

@@ -44,9 +44,9 @@
       </div>
     </div>
     <div class="reset">
-      <i-button type="warning" size="large" @click="() => answerQuestion(null)">
+      <!-- <i-button type="warning" size="large" @click="() => answerQuestion(null)">
         重置答案
-      </i-button>
+      </i-button> -->
       <span v-if="examShouldShowAnswer()">
         &nbsp;&nbsp;&nbsp;<i-button
           type="info"

+ 2 - 2
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -124,9 +124,9 @@
         />
       </div>
       <div class="reset" style="padding-top: 20px;">
-        <i-button type="warning" size="large" @click="resetAnswer">
+        <!-- <i-button type="warning" size="large" @click="resetAnswer">
           重置答案
-        </i-button>
+        </i-button> -->
         <span v-if="examShouldShowAnswer()">
           &nbsp;&nbsp;&nbsp;<i-button
             type="info"