| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -137,6 +137,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                size="small" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                @click="handleAppoint(scope.row, 'appoint')" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                >指派</el-button> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                <!-- v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order'" --> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              <el-button | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order'" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                type="text" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -738,6 +739,8 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.finishServiceTime = row.serviceStartTime && [row.serviceStartTime, row.serviceEndTime] || '' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      if (addType == 'finish') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (row.serviceStartTime) this.finishServiceTime = [row.serviceStartTime, row.serviceEndTime] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					         | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.form.finishResult = 'resolved' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      if (addType == 'appoint' && row.serviceType) { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |