|  | @@ -124,6 +124,7 @@ import GroupUnreviewed from '@/components/Finance/GroupUnreviewed';
 | 
	
		
			
				|  |  |  import VisaCommission from '@/components/OP/VisaCommission';
 | 
	
		
			
				|  |  |  import SuppliesInventory from '@/components/OP/SuppliesInventory';
 | 
	
		
			
				|  |  |  import CardReconciliation from '@/components/Finance/CardReconciliation';
 | 
	
		
			
				|  |  | +import EvaluationForm from '@/components/EvaluationForm'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Vue.use(Router)
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -771,6 +772,11 @@ export default new Router({
 | 
	
		
			
				|  |  |        path: '/Sankunginfo',
 | 
	
		
			
				|  |  |        name: 'Sankunginfo',
 | 
	
		
			
				|  |  |        component: Sankunginfo
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    {
 | 
	
		
			
				|  |  | +      path: '/EvaluationForm',
 | 
	
		
			
				|  |  | +      name: 'EvaluationForm',
 | 
	
		
			
				|  |  | +      component: EvaluationForm
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    ]
 | 
	
		
			
				|  |  |  })
 |