| | |
| | | path: 'list', |
| | | component: () => import('@/views/answer/list'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '答卷列表', noCache: true } |
| | | meta: { title: '答卷记录', noCache: true } |
| | | }, |
| | | { |
| | | 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 } |
| | | meta: { title: '分数统计(全)', noCache: true } |
| | | }, |
| | | { |
| | | path: 'achievementStatistics', |
| | |
| | | path: 'sheetStatistics', |
| | | component: () => import('@/views/answer/sheetStatistics.vue'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '人数分布', noCache: true } |
| | | meta: { title: '分数统计', noCache: true } |
| | | }, |
| | | ] |
| | | }, |