Commit 8ce38a53 by sunchao

去掉邀请报聘&我的报聘&审批列表

parent fdf65cef
...@@ -98,7 +98,9 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit { ...@@ -98,7 +98,9 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
// { no: 16, subtitle: '团队增员', icon: 'recruiting', path: '', routerLink: '' }, // { no: 16, subtitle: '团队增员', icon: 'recruiting', path: '', routerLink: '' },
{ no: 16, subtitle: '团队增员', icon: 'recruiting', path: '', routerLink: 'recruiting' }, { no: 16, subtitle: '团队增员', icon: 'recruiting', path: '', routerLink: 'recruiting' },
{ no: 18, subtitle: '招募海报', icon: 'poster_r', path: '', routerLink: '' }, { no: 18, subtitle: '招募海报', icon: 'poster_r', path: '', routerLink: '' },
{ no: 22, subtitle: '报聘审批', icon: 'approval', path: '', routerLink: 'approval_list' } // { no: 22, subtitle: '报聘审批', icon: 'approval', path: '', routerLink: 'approval_list' }
{ no: 22, subtitle: '', icon: '', path: '', routerLink: '' }
], ],
// isShow: this.isShow // isShow: this.isShow
isShow: true isShow: true
...@@ -111,9 +113,10 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit { ...@@ -111,9 +113,10 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
// { no: 14, subtitle: '我的佣金', icon: 'commission', path: '', routerLink: '' }, // { no: 14, subtitle: '我的佣金', icon: 'commission', path: '', routerLink: '' },
{ no: 19, subtitle: '薪资单', icon: 'salary', path: '', routerLink: 'salary' }, { no: 19, subtitle: '薪资单', icon: 'salary', path: '', routerLink: 'salary' },
{ no: 21, subtitle: '公司制度', icon: 'management', path: '', routerLink: '' }, { no: 21, subtitle: '公司制度', icon: 'management', path: '', routerLink: '' },
{ no: 23, subtitle: '我的报聘', icon: 'pin', path: '', routerLink: 'my_application' }, // { no: 23, subtitle: '我的报聘', icon: 'pin', path: '', routerLink: 'my_application' },
{ no: 24, subtitle: '目标设置', icon: 'set', path: '', routerLink: 'target' }, { no: 24, subtitle: '目标设置', icon: 'set', path: '', routerLink: 'target' },
{ no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' }, { no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' },
{ no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' },
{ no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' } { no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' }
], ],
isShow: true isShow: true
......
...@@ -57,7 +57,7 @@ export class RecruitingDetailComponent implements OnInit { ...@@ -57,7 +57,7 @@ export class RecruitingDetailComponent implements OnInit {
{ id: 1, name: '基本信息' }, { id: 1, name: '基本信息' },
{ id: 2, name: '简历' }, { id: 2, name: '简历' },
{ id: 3, name: '增员跟进' }, { id: 3, name: '增员跟进' },
{ id: 4, name: '邀请报聘'} // { id: 4, name: '邀请报聘'}
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment