fix:光芯检验管理添加操作项

This commit is contained in:
shijing 2025-03-04 14:28:51 +08:00
parent cc640b4252
commit 425bdcdfcb
1 changed files with 10 additions and 11 deletions

View File

@ -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",