lsc 1 年間 前
コミット
ad6dbcdaab
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/pages/testStudent/view/component/topic.vue

+ 1 - 1
src/components/pages/testStudent/view/component/topic.vue

@@ -22,7 +22,7 @@
             <div v-if="item2.ttype == 1" class="answerBox">
               <choiceV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-if="item2.type == 1" :see="see" :isTeacher="isTeacher"></choiceV>
               <gapV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 3" :see="see" :isTeacher="isTeacher"></gapV>
-              <gapV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 5" :see="see" :isTeacher="isTeacher"></gapV>
+              <fileV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 5" :see="see" :isTeacher="isTeacher"></fileV>
               <!-- <span v-else>暂未设置题目</span> -->
             </div>
           </div>