feat: 添加综合对比菜单及标识
This commit is contained in:
parent
14aac09779
commit
210eef9e9d
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue