diff --git a/test_client/src/router/index.js b/test_client/src/router/index.js index 9d422d3..78dec53 100644 --- a/test_client/src/router/index.js +++ b/test_client/src/router/index.js @@ -157,7 +157,7 @@ export const asyncRoutes = [ component: Layout, redirect: '/Qmanage/question', name: 'Qmanage', - meta: { title: '题库管理', icon: 'table', perms: []}, + meta: { title: '题库管理', icon: 'table'}, children: [ { path: 'subject', @@ -175,7 +175,7 @@ export const asyncRoutes = [ path: 'question', name: 'question', component: () => import('@/views/question/question.vue'), - meta: { title: '题目列表', icon: '', perms: ['question_manage'] } + meta: { title: '题目列表', icon: '', perms: ['question_view'] } }, { path: 'question/create', @@ -279,7 +279,7 @@ export const asyncRoutes = [ path: 'issue', name: 'issue', component: () => import('@/views/exam/issue.vue'), - meta: { title: '出证记录', perms: ['candidate_view'] } + meta: { title: '出证记录', perms: ['certificate_view'] } }, ] }, diff --git a/test_client/src/views/exam/issue.vue b/test_client/src/views/exam/issue.vue index 2ab89b0..60190b9 100644 --- a/test_client/src/views/exam/issue.vue +++ b/test_client/src/views/exam/issue.vue @@ -18,7 +18,7 @@ 手动创建 @@ -68,17 +68,21 @@ @@ -89,7 +93,10 @@ :limit.sync="listQuery.limit" @pagination="getList" /> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
取消 @@ -205,9 +221,13 @@ }