增加项目成本页面

This commit is contained in:
砂糖
2025-10-14 13:58:33 +08:00
parent d0520e7872
commit de492664c3
10 changed files with 715 additions and 297 deletions

View File

@@ -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']
}
],
};