用户中心和采购计划完善

This commit is contained in:
砂糖
2025-10-13 17:51:27 +08:00
parent 8db5eb7707
commit d0520e7872
48 changed files with 4833 additions and 713 deletions

View File

@@ -109,6 +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/smartStock.png',
@@ -133,11 +139,35 @@ export default {
url: '/pages/workbench/wms/out',
category: '库房管理',
},
// {
// text: '我的申请',
// icon: '/static/images/apply.png',
// url: '/pages/workbench/workflow/apply/apply',
// category: '办公流程'
// },
// {
// text: '代办任务',
// icon: '/static/images/todo.png',
// url: '/pages/workbench/workflow/todo/todo',
// category: '办公流程'
// },
// {
// text: '已办任务',
// icon: '/static/images/finished.png',
// url: '/pages/workbench/workflow/finished/finished',
// category: '办公流程'
// },
{
text: '线上营销',
icon: '/static/images/yingxiao.png',
url: '/pages/workbench/sales/sales',
},
{
text: "用户管理",
icon: '/static/images/user.png',
url: '/pages/workbench/user/user',
// access: ['vice', 'ceo']
}
],
};
},