Explorar el Código

新增默认值

noob hace 4 años
padre
commit
388497822b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/candidateManage/resume.vue

+ 1 - 1
src/views/candidateManage/resume.vue

@@ -24,7 +24,7 @@
                 class="active"
                 @click="handleSwitch(item,index)"
                 :class="active === index ? 'is-active' : ''"
-              >{{ item.questionName }}</div>
+              >{{ item.questionName || '未命名问题' }}</div>
             </div>
             <div v-else class="prompt">暂无视频</div>
           </div>