增加项目成本页面
This commit is contained in:
@@ -109,12 +109,12 @@ export default {
|
||||
category: '财务中心',
|
||||
access: ['vice', 'baomi', 'ceo'] // 需要特定权限才能访问
|
||||
},
|
||||
// {
|
||||
// text: '项目成本',
|
||||
// icon: '/static/images/cost.png',
|
||||
// url: '/pages/workbench/cost/cost',
|
||||
// category: '财务中心',
|
||||
// },
|
||||
{
|
||||
text: '项目成本',
|
||||
icon: '/static/images/cost.png',
|
||||
url: '/pages/workbench/cost/cost',
|
||||
category: '财务中心',
|
||||
},
|
||||
{
|
||||
text: '智慧库房',
|
||||
icon: '/static/images/smartStock.png',
|
||||
@@ -166,7 +166,7 @@ export default {
|
||||
text: "用户管理",
|
||||
icon: '/static/images/user.png',
|
||||
url: '/pages/workbench/user/user',
|
||||
// access: ['vice', 'ceo']
|
||||
access: ['vice', 'ceo']
|
||||
}
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user