fix:coding#732
This commit is contained in:
parent
6fd9f94271
commit
bfba9b2e7c
|
@ -1378,7 +1378,7 @@ const routes = [
|
|||
meta: {
|
||||
title: "生产二部记录",
|
||||
// icon: "el-icon-cellphone",
|
||||
// perms: ["wpm"],
|
||||
perms: ["wpm"],
|
||||
hidden: true,
|
||||
},
|
||||
component: "wpm/worktaskFlog",
|
||||
|
@ -3217,6 +3217,17 @@ const routes = [
|
|||
},
|
||||
component: "bigScreen/index_heihuadept.vue",
|
||||
},
|
||||
{
|
||||
path: "/bigScreenP_jianbo",
|
||||
name: "bigScreenP_jianbo",
|
||||
meta: {
|
||||
title: "减薄车间",
|
||||
icon: "el-icon-trend-charts",
|
||||
perms: ["bigScreenP_dept_jb"],
|
||||
fullpage: true,
|
||||
},
|
||||
component: "bigScreen/index_jianbodept.vue",
|
||||
},
|
||||
{
|
||||
path: "/bigScreenP_10",
|
||||
name: "bigScreenP_10",
|
||||
|
|
Loading…
Reference in New Issue