简历详情完成
This commit is contained in:
@@ -76,12 +76,6 @@ function ResumeList() {
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '手机号',
|
||||
dataIndex: 'phone',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '性别',
|
||||
dataIndex: 'sex',
|
||||
@@ -99,6 +93,13 @@ function ResumeList() {
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: '手机号',
|
||||
dataIndex: 'phone',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
},
|
||||
|
||||
{
|
||||
title: '出生日期',
|
||||
dataIndex: 'birthDate',
|
||||
@@ -126,16 +127,6 @@ function ResumeList() {
|
||||
return <DictTag enums={politicalEnum} value={record.politicalAffiliation} />;
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '期望薪资',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
render: (_, record) => (
|
||||
<span>
|
||||
{record.salaryMin} - {record.salaryMax}
|
||||
</span>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: '地区',
|
||||
dataIndex: 'area',
|
||||
@@ -146,6 +137,17 @@ function ResumeList() {
|
||||
return <DictTag enums={areaEnum} value={record.area} />;
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '期望薪资',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
render: (_, record) => (
|
||||
<span>
|
||||
{record.salaryMin} - {record.salaryMax}
|
||||
</span>
|
||||
),
|
||||
},
|
||||
|
||||
{
|
||||
title: '状态',
|
||||
dataIndex: 'status',
|
||||
|
||||
Reference in New Issue
Block a user