Browse Source

fix: 复核隐藏选择小题

zhangjie 1 week ago
parent
commit
478b517c72
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/features/mark/toolbar/MarkTool.vue

+ 4 - 1
src/features/mark/toolbar/MarkTool.vue

@@ -140,7 +140,10 @@
     </div>
     <div>
       <div
-        v-if="markStore.setting.questionModel === 'SINGLE'"
+        v-if="
+          checkValid('questionModel') &&
+          markStore.setting.questionModel === 'SINGLE'
+        "
         class="mark-tool-item"
         @click="toSwitchMarkingQuestion"
       >