fix:将检测项目移动到制造管理
This commit is contained in:
parent
119bc195d3
commit
f52915325d
|
|
@ -1017,6 +1017,17 @@ const routes = [
|
|||
},
|
||||
component: "mtm/materials",
|
||||
},
|
||||
{
|
||||
path: "/mtm/testItem",
|
||||
name: "testItem",
|
||||
meta: {
|
||||
title: "检测项目",
|
||||
icon: "el-icon-postcard",
|
||||
type: "menu",
|
||||
perms: ["testitem"],
|
||||
},
|
||||
component: "mtm/testItem",
|
||||
},
|
||||
{
|
||||
name: "process",
|
||||
path: "/mtm/process",
|
||||
|
|
@ -2640,17 +2651,6 @@ const routes = [
|
|||
},
|
||||
component: "enm_base/material",
|
||||
},
|
||||
{
|
||||
path: "/enm_base/testItem",
|
||||
name: "testItem",
|
||||
meta: {
|
||||
title: "检测项目",
|
||||
icon: "el-icon-postcard",
|
||||
type: "menu",
|
||||
perms: ["testitem"],
|
||||
},
|
||||
component: "enm_base/testItem",
|
||||
},
|
||||
{
|
||||
name: "logDetail",
|
||||
path: "/enm_base/logDetail",
|
||||
|
|
|
|||
Loading…
Reference in New Issue