同步代码
This commit is contained in:
@@ -180,7 +180,7 @@ export const dynamicRoutes = [
|
||||
path: "/mes/pro/schedule",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ["mes:pro:schedule:edit"],
|
||||
permissions: ['mes:pro:protask:edit'],
|
||||
children: [
|
||||
{
|
||||
path: "ganttedit",
|
||||
@@ -226,7 +226,7 @@ export const dynamicRoutes = [
|
||||
children: [
|
||||
{
|
||||
path: 'iqc',
|
||||
component: () => import('@/views/mes/qc/iqc/iqc'),
|
||||
component: () => import('@/views/mes/qc/pendinginspect/iqc'),
|
||||
name: 'iqcadd',
|
||||
props: true,
|
||||
meta: {title: '来料检验', activeMenu: '/mes/qc/pendinginspect/iqc'}
|
||||
|
||||
Reference in New Issue
Block a user