소스 검색

提交测试

1
mo 4 년 전
부모
커밋
967ff21066
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/teamDetail/componentCourse/teacherList.vue

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

@@ -154,8 +154,8 @@
             "
             style="width: 60px; height: 60px"
             fit="cover"
-            :src="scope.row.teacherAttendance.signOutAttachments"
-            :previewSrcList="[scope.row.teacherAttendance.signOutAttachments]"
+            :src="scope.row.teacherAttendance.signOutAttachments.split(',')[0]"
+            :previewSrcList="scope.row.teacherAttendance.signOutAttachments.split(',')"
           >
           </el-image>
         </template>