|
@@ -65,6 +65,7 @@
|
|
|
if(list[i].name == '工时报告') {
|
|
|
this.routers.push({name: '查看日报',url: '/calendar',icon: 'description'})
|
|
|
this.routers.push({name: '填写日报',url: '/edit',icon: 'edit'})
|
|
|
+ this.routers.push({name: '按周填报',url: '/weekEdit',icon: 'edit'})
|
|
|
}
|
|
|
if(list[i].name == '项目报告审核') {
|
|
|
this.routers.push({name: '项目报告审核',url: '/review',icon: 'todo-list-o'})
|