代理地址更改
This commit is contained in:
@@ -322,7 +322,7 @@ function ManagementList() {
|
||||
setMode('view');
|
||||
}}
|
||||
>
|
||||
查看详情
|
||||
查看岗位详情
|
||||
</Button>
|
||||
<Button
|
||||
type="link"
|
||||
@@ -332,7 +332,7 @@ function ManagementList() {
|
||||
hidden={!access.hasPerms('bussiness:job:candidates')}
|
||||
onClick={() => history.push(`/management/see-matching/index/${record.jobId}`)}
|
||||
>
|
||||
查看申请人
|
||||
查看申请人详情
|
||||
</Button>
|
||||
<Button
|
||||
type="link"
|
||||
@@ -342,7 +342,7 @@ function ManagementList() {
|
||||
hidden={!access.hasPerms('bussiness:job:candidates')}
|
||||
onClick={() => history.push(`/management/resume-recommend/index/${record.jobId}`)}
|
||||
>
|
||||
简历推荐
|
||||
系统简历推荐
|
||||
</Button>
|
||||
</div>,
|
||||
<div key="second-row" style={{ display: 'flex', justifyContent: 'space-evenly'}}>
|
||||
|
||||
Reference in New Issue
Block a user