|
|
@@ -5,24 +5,38 @@ export const cols = <ColType.type[]>[ |
|
|
|
width: 300 |
|
|
|
}, { |
|
|
|
title: '地点', |
|
|
|
dataIndex: 'address' |
|
|
|
dataIndex: 'address', |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '开始时间', |
|
|
|
dataIndex: 'open_date' |
|
|
|
}, { |
|
|
|
title: '参与的企业总数', |
|
|
|
dataIndex: 'join_count' |
|
|
|
dataIndex: 'open_date', |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '已审核企业总数', |
|
|
|
dataIndex: 'audit_count' |
|
|
|
},{ |
|
|
|
title: '开通状态', |
|
|
|
dataIndex: 'status', |
|
|
|
slots: { customRender: 'status' }, |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '参与的企业总数', |
|
|
|
dataIndex: 'join_count', |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '已审核企业总数', |
|
|
|
dataIndex: 'audit_count', |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '参与职位数', |
|
|
|
dataIndex: 'job_count', |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '需求人数', |
|
|
|
dataIndex: 'recruiting_num', |
|
|
|
width: 200 |
|
|
|
}, { |
|
|
|
title: '操作', |
|
|
|
dataIndex: 'operation', |
|
|
|
slots: { customRender: 'operation' }, |
|
|
|
width: 400 |
|
|
|
width: 400, |
|
|
|
fixed: 'right', |
|
|
|
} |
|
|
|
]; |