fix:物料价格和工段成本添加权限

This commit is contained in:
shijing 2024-05-10 15:06:23 +08:00
parent c16743f9a5
commit 3a5185ed58
1 changed files with 2 additions and 2 deletions

View File

@ -2397,7 +2397,7 @@ const routes = [
"meta": {
"title": "物料价格配置",
"icon": "el-icon-grid",
"perms": ["enm"]
"perms": ["enm_priceset"]
},
"component": "enm_monthSet/priceset"
},
@ -2407,7 +2407,7 @@ const routes = [
"meta": {
"title": "工段成本配置",
"icon": "el-icon-grid",
"perms": ["enm"]
"perms": ["enm_feeset"]
},
"component": "enm_monthSet/feeset"
},