Parcourir la source

Merge branch 'fr_course_listt' into online

wolyshaw il y a 4 ans
Parent
commit
731466aacc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/teamDetail/componentCourse/teacherList.vue

+ 1 - 1
src/views/teamDetail/componentCourse/teacherList.vue

@@ -91,7 +91,7 @@
                        label="签退照片">
                        label="签退照片">
         <template slot-scope="scope">
         <template slot-scope="scope">
           <el-image
           <el-image
-            v-if="scope.row.teacherAttendance.signOutAttachments"
+            v-if="scope.row.teacherAttendance && scope.row.teacherAttendance.signOutAttachments"
             style="width: 60px; height: 60px"
             style="width: 60px; height: 60px"
             fit="cover"
             fit="cover"
             :src="scope.row.teacherAttendance.signOutAttachments"
             :src="scope.row.teacherAttendance.signOutAttachments"