Commit 46c5b5fdd9bf360313d5e6bbff48cb8fe5451030

Authored by Shikha Mishra
1 parent 01b56330ee

minor changes

Showing 2 changed files with 11 additions and 11 deletions   Show diff stats
... ... @@ -136,7 +136,7 @@ const adminMenu = [
136 136 items: [
137 137 { name: 'studentReport', title: 'Student Report', component: 'Student Report', action: '', },
138 138 { name: 'ProgressCardReport', title: 'Progress Card Report', component: 'Progress Card Report', action: '', },
139   - { name: 'idCard', title: 'Id Card Report', component: 'Id Card Report', action: '', },
  139 + // { name: 'idCard', title: 'Id Card Report', component: 'Id Card Report', action: '', },
140 140 { name: 'admitCard', title: 'Admit Card Report', component: 'Admit Card Report', action: '',}
141 141 ]
142 142 },
... ...
src/router/paths.js
... ... @@ -657,16 +657,16 @@ export default [{
657 657 `@/pages/Report/progressCardReport.vue`
658 658 )
659 659 },
660   - {
661   - path: '/idCard',
662   - meta: {},
663   - name: 'Id Card Report',
664   - props: (route) => ({ type: route.query.type }),
665   - component: () =>
666   - import (
667   - `@/pages/Report/idCard.vue`
668   - )
669   - },
  660 + // {
  661 + // path: '/idCard',
  662 + // meta: {},
  663 + // name: 'Id Card Report',
  664 + // props: (route) => ({ type: route.query.type }),
  665 + // component: () =>
  666 + // import (
  667 + // `@/pages/Report/idCard.vue`
  668 + // )
  669 + // },
670 670 {
671 671 path: '/admitCard',
672 672 meta: {},
... ...