fix:将检测项目移动到制造管理

This commit is contained in:
shijing 2024-08-07 17:55:45 +08:00
parent 119bc195d3
commit f52915325d
3 changed files with 11 additions and 11 deletions

View File

@ -1017,6 +1017,17 @@ const routes = [
}, },
component: "mtm/materials", component: "mtm/materials",
}, },
{
path: "/mtm/testItem",
name: "testItem",
meta: {
title: "检测项目",
icon: "el-icon-postcard",
type: "menu",
perms: ["testitem"],
},
component: "mtm/testItem",
},
{ {
name: "process", name: "process",
path: "/mtm/process", path: "/mtm/process",
@ -2640,17 +2651,6 @@ const routes = [
}, },
component: "enm_base/material", 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", name: "logDetail",
path: "/enm_base/logDetail", path: "/enm_base/logDetail",