xiala
This commit is contained in:
parent
c8cd6681f9
commit
94894d7e09
|
@ -165,7 +165,7 @@ export const asyncRoutes = [
|
|||
path: 'table',
|
||||
name: 'InspectTable',
|
||||
component: () => import('@/views/qualityinspect/inspectTable.vue'),
|
||||
meta: { title: '检查表', perms: ['qualityinspect_view'] }
|
||||
meta: { title: '检查表', perms: ['inspecttask_create'] }
|
||||
},
|
||||
{
|
||||
path: 'task',
|
||||
|
@ -177,7 +177,7 @@ export const asyncRoutes = [
|
|||
path: 'inpecttaskdo/:id',
|
||||
name: 'InpectTaskdo',
|
||||
component: () => import('@/views/qualityinspect/inspecttaskdo.vue'),
|
||||
meta: { title: '报送任务执行', perms: ['task_view'] },
|
||||
meta: { title: '报送任务执行', perms: ['qualityinspect_view'] },
|
||||
hidden: true
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue