fix:光芯检验管理添加操作项
This commit is contained in:
parent
cc640b4252
commit
425bdcdfcb
|
@ -1741,17 +1741,6 @@ const routes = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/mlog_bx",
|
||||
name: "mlog_bx",
|
||||
meta: {
|
||||
title: "生产执行",
|
||||
icon: "el-icon-histogram",
|
||||
type: "menu",
|
||||
perms: ["wpm_bx"],
|
||||
},
|
||||
component: "wpm_gx/mlog_bx",
|
||||
},
|
||||
//检验管理 qm
|
||||
{
|
||||
name: "qm",
|
||||
|
@ -1763,6 +1752,16 @@ const routes = [
|
|||
perms: ["qm"],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/qm/testitem_cz",
|
||||
name: "testitem_cz",
|
||||
meta: {
|
||||
title: "操作项",
|
||||
type: "menu",
|
||||
perms: ["testitem_cz"],
|
||||
},
|
||||
component: "qm/testitem_cz",
|
||||
},
|
||||
{
|
||||
path: "/qm/defect",
|
||||
name: "defect",
|
||||
|
|
Loading…
Reference in New Issue