|
@@ -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({
|