| | |
| | | path: 'sheetStatistics', |
| | | component: () => import('@/views/answer/sheetStatistics.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '答卷统计', noCache: true } |
| | | meta: { title: '人数分布', noCache: true } |
| | | }, |
| | | { |
| | | path: 'dataStatistics', |
| | | component: () => import('@/views/answer/dataStatistics.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '分数统计', noCache: true } |
| | | }, |
| | | { |
| | | path: 'achievementStatistics', |
| | |
| | | path: 'sheetStatistics', |
| | | component: () => import('@/views/answer/sheetStatistics.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '答卷统计', noCache: true } |
| | | meta: { title: '人数分布', noCache: true } |
| | | }, |
| | | ] |
| | | }, |