| 
					
				 | 
			
			
				@@ -16,10 +16,10 @@ const echartsRander = (randarList) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             center: ['51%', '50%'], // 设置雷达图的中心位置,避免坐标轴名称被遮挡 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             radius: '58%', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             indicator: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                { name: '自我介绍专业性', max: 25 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                { name: '挖掘需求准确性', max: 25 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                { name: '清晰表达产品优势', max: 25 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                { name: '吸引客户兴趣', max: 25 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { name: '自我介绍专业性', max: 50 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { name: '挖掘需求准确性', max: 50 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { name: '清晰表达产品优势', max: 0 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { name: '吸引客户兴趣', max: 0 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             axisName: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 color: '#fff', 
			 |