| 
					
				 | 
			
			
				@@ -131,7 +131,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             label: item.name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             value: item.websitId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           })), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          echoInsertion: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           md: 8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           attributes: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             placeholder: '请选择', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -168,10 +167,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           name: 'el-select', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           options: this.accountList.map(item => ({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             data: item, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            label: item.nickName, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            label: item.userName, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             value: item.adminUserId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           })), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          echoInsertion: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           md: 8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           attributes: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             placeholder: '请选择', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -203,7 +201,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             label: item.dapartment, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             value: item.id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           })), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          echoInsertion: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           md: 8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           attributes: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             placeholder: '请选择', 
			 |