diff --git a/client/src/router/index.js b/client/src/router/index.js index 6fd2674..2482531 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -130,14 +130,14 @@ export const asyncRoutes = [ path: 'record', name: 'Record', component: () => import('@/views/supervision/record.vue'), - meta: { title: '材料列表', icon: 'guide', perms: ['record_manage'] } + meta: { title: '材料列表', icon: 'guide', perms: ['record_all'] } } , { path: 'report', name: 'Report', component: () => import('@/views/supervision/report.vue'), - meta: { title: '材料报送', icon: 'guide', perms: ['report_manage'] } + meta: { title: '材料报送', icon: 'guide', perms: ['record_view'] } } , { diff --git a/client/src/views/dashboard/index.vue b/client/src/views/dashboard/index.vue index 54a1ba8..b5436e3 100644 --- a/client/src/views/dashboard/index.vue +++ b/client/src/views/dashboard/index.vue @@ -1,6 +1,6 @@ @@ -79,7 +86,7 @@ export default {