From 46c5b5fdd9bf360313d5e6bbff48cb8fe5451030 Mon Sep 17 00:00:00 2001 From: shikha Date: Thu, 27 Feb 2020 19:02:13 +0530 Subject: [PATCH] minor changes --- src/api/menu.js | 2 +- src/router/paths.js | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/api/menu.js b/src/api/menu.js index 8097fa7..f6a3f0e 100644 --- a/src/api/menu.js +++ b/src/api/menu.js @@ -136,7 +136,7 @@ const adminMenu = [ items: [ { name: 'studentReport', title: 'Student Report', component: 'Student Report', action: '', }, { name: 'ProgressCardReport', title: 'Progress Card Report', component: 'Progress Card Report', action: '', }, - { name: 'idCard', title: 'Id Card Report', component: 'Id Card Report', action: '', }, + // { name: 'idCard', title: 'Id Card Report', component: 'Id Card Report', action: '', }, { name: 'admitCard', title: 'Admit Card Report', component: 'Admit Card Report', action: '',} ] }, diff --git a/src/router/paths.js b/src/router/paths.js index a492d2c..51243e3 100644 --- a/src/router/paths.js +++ b/src/router/paths.js @@ -657,16 +657,16 @@ export default [{ `@/pages/Report/progressCardReport.vue` ) }, - { - path: '/idCard', - meta: {}, - name: 'Id Card Report', - props: (route) => ({ type: route.query.type }), - component: () => - import ( - `@/pages/Report/idCard.vue` - ) - }, + // { + // path: '/idCard', + // meta: {}, + // name: 'Id Card Report', + // props: (route) => ({ type: route.query.type }), + // component: () => + // import ( + // `@/pages/Report/idCard.vue` + // ) + // }, { path: '/admitCard', meta: {}, -- 2.0.0