简历详情完成

This commit is contained in:
bin
2025-11-07 11:19:09 +08:00
parent 3953717b60
commit 2c0bd8c617
4 changed files with 784 additions and 19 deletions

View File

@@ -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',