|  | @@ -4,15 +4,14 @@
 | 
	
		
			
				|  |  |   * @Description:
 | 
	
		
			
				|  |  |   * @Author: xinyan
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -import LineChart from './component/LineChart.vue';
 | 
	
		
			
				|  |  | -import MonthlyRating from './component/MonthlyRating.vue';
 | 
	
		
			
				|  |  | -import OverView from './component/components/Overview.vue';
 | 
	
		
			
				|  |  | +import Overview from '/@/views/score-statistics/components/Overview.vue';
 | 
	
		
			
				|  |  | +import LineChart from '/@/views/score-statistics/components/LineChart.vue';
 | 
	
		
			
				|  |  | +import MonthlyRating from '/@/views/score-statistics/components/MonthlyRating.vue';
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |  	<div class="flex-grow p-5">
 | 
	
		
			
				|  |  | -		<OverView></OverView>
 | 
	
		
			
				|  |  | +		<Overview></Overview>
 | 
	
		
			
				|  |  |  		<el-card style="margin: 10px 0">
 | 
	
		
			
				|  |  |  			<LineChart></LineChart>
 | 
	
		
			
				|  |  |  		</el-card>
 |