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