<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | ||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
<title>菊城人才市场后台管理</title> | <title>菊城人才市场后台管理</title> | ||||
<script type="module" crossorigin src="/assets/index-feoHyXCg.js"></script> | |||||
<script type="module" crossorigin src="/assets/index-ChJPACeM.js"></script> | |||||
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css"> | <link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css"> | ||||
</head> | </head> | ||||
<body> | <body> |
width: 300 | width: 300 | ||||
}, { | }, { | ||||
title: '地点', | title: '地点', | ||||
dataIndex: 'address' | |||||
dataIndex: 'address', | |||||
width: 200 | |||||
}, { | }, { | ||||
title: '开始时间', | title: '开始时间', | ||||
dataIndex: 'open_date' | |||||
}, { | |||||
title: '参与的企业总数', | |||||
dataIndex: 'join_count' | |||||
dataIndex: 'open_date', | |||||
width: 200 | |||||
}, { | }, { | ||||
title: '已审核企业总数', | |||||
dataIndex: 'audit_count' | |||||
},{ | |||||
title: '开通状态', | title: '开通状态', | ||||
dataIndex: 'status', | dataIndex: 'status', | ||||
slots: { customRender: '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: '操作', | title: '操作', | ||||
dataIndex: 'operation', | dataIndex: 'operation', | ||||
slots: { customRender: 'operation' }, | slots: { customRender: 'operation' }, | ||||
width: 400 | |||||
width: 400, | |||||
fixed: 'right', | |||||
} | } | ||||
]; | ]; |