|
|
@@ -117,13 +117,13 @@ export const TODO_TAB_LIST = [
|
|
|
|
|
|
// 首页常用功能导航列表
|
|
|
export const HOME_NAV_LIST = [
|
|
|
- { name: '科研项目', path: '/pages/project/index', icon: '/static/imgs/fund-claim.png' },
|
|
|
- { name: '经费认领', path: '/pages/fund/claim/index', icon: '/static/imgs/fund-claim.png' },
|
|
|
- { name: '经费入账', path: '/pages/fund/claim-records/index', icon: '/static/imgs/fund-entry.png' },
|
|
|
- { name: '经费报销', path: '/pages/fund/reimbursement/index', icon: '/static/imgs/fund-reimburse.png' },
|
|
|
- { name: '科研成果', path: '/pages/achievement/index', icon: '/static/imgs/fund-reimburse.png' },
|
|
|
+ { name: '科研项目', path: '/pages/project/index', icon: '/static/imgs/fund-claim.png', permission: 'project:list' },
|
|
|
+ // { name: '经费认领', path: '/pages/fund/claim/index', icon: '/static/imgs/fund-claim.png' },
|
|
|
+ { name: '经费入账', path: '/pages/fund/claim-records/index', icon: '/static/imgs/fund-entry.png', permission: 'fund:claim:records:list' },
|
|
|
+ { name: '经费报销', path: '/pages/fund/reimbursement/index', icon: '/static/imgs/fund-reimburse.png', permission: 'fund:reimbursement:list' },
|
|
|
+ { name: '科研成果', path: '/pages/achievement/index', icon: '/static/imgs/fund-reimburse.png', permission: 'achievement:list' },
|
|
|
// { name: '考核奖励', path: '/pages/fund/reimbursement-remind/index', icon: '/static/imgs/fund-reimburse.png' },
|
|
|
- { name: '业务审批', path: '/pages/todo/index', icon: '/static/imgs/home-tech.png' }
|
|
|
+ { name: '业务审批', path: '/pages/todo/index', icon: '/static/imgs/home-tech.png', permission: 'todo:list' }
|
|
|
];
|
|
|
|
|
|
// 首页模拟通知公告列表
|