route生产二部权限替换

This commit is contained in:
Li xia 2024-12-13 17:41:16 +08:00
parent c43e670eb1
commit bbc0603bdf
1 changed files with 5 additions and 5 deletions

View File

@ -1379,7 +1379,7 @@ const routes = [
meta: { meta: {
title: "生产二部记录", title: "生产二部记录",
// icon: "el-icon-cellphone", // icon: "el-icon-cellphone",
perms: ["wpm"], // perms: ["wpm"],
hidden: true, hidden: true,
}, },
component: "wpm/worktaskFlog", component: "wpm/worktaskFlog",
@ -1390,7 +1390,7 @@ const routes = [
meta: { meta: {
title: "生产二部", title: "生产二部",
// icon: "el-icon-cellphone", // icon: "el-icon-cellphone",
perms: ["wpm"], perms: ["mlog_dept6"],
}, },
children: [ children: [
{ {
@ -2968,7 +2968,7 @@ const routes = [
hidden: true, hidden: true,
}, },
component: "enm_rm/logDetail", component: "enm_rm/logDetail",
}, },
{ {
name: "srule", name: "srule",
path: "/enm_base/srule", path: "/enm_base/srule",
@ -2977,7 +2977,7 @@ const routes = [
perms: ["srule"], perms: ["srule"],
}, },
component: "mtm/srule", component: "mtm/srule",
}, },
], ],
}, },
//每月配置 //每月配置
@ -3445,7 +3445,7 @@ const routes = [
}, },
component: "statistics/task_rate_gx.vue", component: "statistics/task_rate_gx.vue",
}, },
//人员绩效统计——光芯 //人员绩效统计——光芯
{ {
path: "/work_statistics", path: "/work_statistics",
name: "work_statistics", name: "work_statistics",