| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -159,10 +159,11 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                <i class="el-icon-delete" @click="handleDelimg(item, index)"></i> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <el-upload class="avatar-uploader" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              v-if="form.imageList.length < 3 && !disabled" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              v-if="form.imageList.length < 3" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :action="uploadUlr" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :data="{customerId:customerId}" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :show-file-list="false" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :disabled="disabled" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :on-progress="handleProgress" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :on-success="handleImgSuccess" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              :before-upload="beforeImgUpload"> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |