diff --git a/client/src/router/index.js b/client/src/router/index.js index 4090c82..9eca5e6 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -119,7 +119,7 @@ export const asyncRoutes = [ path: 'records', name: 'Records', component: () => import('@/views/ability/records.vue'), - meta: { title: '资质能力报送任务', perms: ['records_view'] } + meta: { title: '资质能力报送任务', perms: ['record_view'] } }, ] diff --git a/client/src/views/ability/records.vue b/client/src/views/ability/records.vue index aded3e3..8614fe3 100644 --- a/client/src/views/ability/records.vue +++ b/client/src/views/ability/records.vue @@ -48,8 +48,8 @@ -