feat: 新增客户管理、项目进度和财务中心功能模块
新增客户管理、项目进度和财务中心相关页面及API接口 添加项目明细页面和启动图资源 重构请求基础URL和更新逻辑 引入uni-badge和uni-list组件 优化工作台首页功能入口布局 更新版本号至5.0.0并修改启动图配置
This commit is contained in:
@@ -85,17 +85,30 @@ export default {
|
||||
category: '车间管理'
|
||||
},
|
||||
{
|
||||
text: '项目中心',
|
||||
text: '项目管理',
|
||||
icon: '/static/images/project.png',
|
||||
url: '/pages/workbench/project/project',
|
||||
category: "信息中心"
|
||||
access: ['vice, admin', 'doctor', 'ceo', '13'],
|
||||
category: "项目中心"
|
||||
},
|
||||
{
|
||||
text: '项目进度',
|
||||
icon: '/static/images/progress.png',
|
||||
url: '/pages/workbench/project/schedule',
|
||||
category: '项目中心'
|
||||
},
|
||||
{
|
||||
text: '问题反馈',
|
||||
icon: '/static/images/wenti.png',
|
||||
url: '/pages/workbench/feedback/feedback',
|
||||
category: "信息中心"
|
||||
},
|
||||
{
|
||||
text: '客户管理',
|
||||
icon: '/static/images/customer.png',
|
||||
url: '/pages/workbench/customer/customer',
|
||||
category: '信息中心'
|
||||
},
|
||||
{
|
||||
text: '库存盘点',
|
||||
icon: '/static/images/stock.png',
|
||||
@@ -109,6 +122,13 @@ export default {
|
||||
category: '财务中心',
|
||||
access: ['vice', 'baomi', 'ceo'] // 需要特定权限才能访问
|
||||
},
|
||||
{
|
||||
text: '项目明细',
|
||||
icon: '/static/images/profitpro.png',
|
||||
url: '/pages/workbench/profit/project',
|
||||
category: '财务中心',
|
||||
// access: ['vice', 'baomi', 'ceo'] // 需要特定权限才能访问
|
||||
},
|
||||
{
|
||||
text: '项目成本',
|
||||
icon: '/static/images/cost.png',
|
||||
|
||||
Reference in New Issue
Block a user