This commit is contained in:
shijing 2024-06-03 10:14:28 +08:00
commit 4b55e431b5
1 changed files with 6 additions and 6 deletions

View File

@ -2386,10 +2386,10 @@ const routes = [
"path": "/enm_base/search",
"name": "search",
"meta": {
"title": "综合查询",
"title": "综合对比",
"icon": "el-icon-postcard",
"type": "menu",
"perms": ["enm_base"]
"perms": ["enm_compare"]
},
"component": "enm_base/search"
},
@ -2411,7 +2411,7 @@ const routes = [
"title": "班组管理",
"icon": "el-icon-postcard",
"type": "menu",
"perms": ["enm_base"]
"perms": ["team"]
},
"component": "enm_base/team"
},
@ -2421,7 +2421,7 @@ const routes = [
"meta": {
"title": "工段",
"icon": "el-icon-grid",
"perms": ["enm_base"]
"perms": ["mgroup"]
},
"component": "enm_base/mgroup"
},
@ -2431,7 +2431,7 @@ const routes = [
"meta": {
"title": "测点",
"icon": "el-icon-grid",
"perms": ["enm_base"]
"perms": ["mpoint"]
},
"component": "em/mpoint"
},
@ -2441,7 +2441,7 @@ const routes = [
"meta": {
"title": "物料",
"icon": "el-icon-grid",
"perms": ["enm_base"]
"perms": ["material"]
},
"component": "enm_base/material"
},