zhaomiao 4 anni fa
parent
commit
157aa36843
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 14 0
      src/router/index.js

+ 14 - 0
src/router/index.js

@@ -252,6 +252,20 @@ const routes = [{
 		name: 'performanceAnalysisOperation',
 		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({