| 
					
				 | 
			
			
				@@ -159,7 +159,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           isShow: !this.formData.isDefault, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           name: 'el-select', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           md: 8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          options: this.websitList.map(item => ({ label: item.name, value: item.websitId })), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          options: this.websitList.map(item => ({ label: `(${item.websitId})${item.name}`, value: item.websitId })), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           attributes: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             clearable: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             filterable: true, 
			 |