zhaomiao пре 4 година
родитељ
комит
157aa36843
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      src/router/index.js

+ 14 - 0
src/router/index.js

@@ -252,6 +252,20 @@ const routes = [{
 		name: 'performanceAnalysisOperation',
 		name: 'performanceAnalysisOperation',
 		component: () => import('../views/gradeEvaluation/PerformanceAnalysisOperation.vue')
 		component: () => import('../views/gradeEvaluation/PerformanceAnalysisOperation.vue')
 	}
 	}
+	,
+	{
+		path: '/interValue',
+		name: 'interValue',
+		component: () => import('../views/betweenValues/InterValue.vue')
+	}
+	,
+	{
+		path: '/interValueLineTable',
+		name: 'interValueLineTable',
+		component: () => import('../views/betweenValues/InterValueLineTable.vue')
+	}
+	,
+	
 ]
 ]
 
 
 const router = new VueRouter({
 const router = new VueRouter({