| 
					
				 | 
			
			
				@@ -73,6 +73,20 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table-column align='center' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                       prop="signOutAttachments" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                       label="签退照片"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <el-image 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            v-if="scope.row.teacherAttendance && scope.row.teacherAttendance.signOutAttachments" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            style="width: 60px; height: 60px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            fit="cover" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            :src="scope.row.teacherAttendance.signOutAttachments" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            :previewSrcList="[scope.row.teacherAttendance.signOutAttachments]" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </el-image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-table-column align='center' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        prop="teacherPhone" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        label="签到状态"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <template slot-scope="scope"> 
			 |