提交 8b064deb authored 作者: lihuihui's avatar lihuihui

update

上级 f8e13453
...@@ -53,7 +53,8 @@ export default { ...@@ -53,7 +53,8 @@ export default {
{ label: '选择答案', prop: 'answer', align: 'center' }, { label: '选择答案', prop: 'answer', align: 'center' },
{ label: '本题得分', prop: 'score', align: 'center' } { label: '本题得分', prop: 'score', align: 'center' }
], ],
data: [] data: [],
hasPagination: false
} }
} }
}, },
......
...@@ -7,7 +7,7 @@ const routes = [ ...@@ -7,7 +7,7 @@ const routes = [
{ path: '/teacher/data/test/classList', component: () => import('../exam/views/ClassList.vue') }, { path: '/teacher/data/test/classList', component: () => import('../exam/views/ClassList.vue') },
{ path: '/teacher/data/test/PersonalList', component: () => import('../exam/views/PersonalList.vue') }, { path: '/teacher/data/test/PersonalList', component: () => import('../exam/views/PersonalList.vue') },
{ path: '/teacher/data/test/testData', component: () => import('../exam/views/ExamData.vue') }, { path: '/teacher/data/test/testData', component: () => import('../exam/views/ExamData.vue') },
{ path: '/teacher/data/test/examData/classDetail', component: () => import('../exam/views/classDetail.vue') }, { path: '/teacher/data/test/examData/classDetail', component: () => import('../exam/views/ClassDetail.vue') },
{ path: '/teacher/data/test/examData/topicData', component: () => import('../exam/views/TopicData.vue') } { path: '/teacher/data/test/examData/topicData', component: () => import('../exam/views/TopicData.vue') }
] ]
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论