| <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-hNvYYgrW.js"></script> | |||||
| <script type="module" crossorigin src="/assets/index-YiTubbMJ.js"></script> | |||||
| <link rel="stylesheet" crossorigin href="/assets/index-y3nhvaGm.css"> | <link rel="stylesheet" crossorigin href="/assets/index-y3nhvaGm.css"> | ||||
| </head> | </head> | ||||
| <body> | <body> |
| export const cols = <ColType.type[]>[ | export const cols = <ColType.type[]>[ | ||||
| { | { | ||||
| title: '姓名', | |||||
| dataIndex: 'seekername' | |||||
| }, { | |||||
| title: '性别', | |||||
| dataIndex: 'gender' | |||||
| }, { | |||||
| title: '教育程度', | |||||
| dataIndex: 'education_txt' | |||||
| }, { | |||||
| title: '手机号', | |||||
| dataIndex: 'mobile' | |||||
| }, | |||||
| { | |||||
| title: '审核状态', | |||||
| dataIndex: 'status_txt', | |||||
| },{ | |||||
| title: '操作', | |||||
| dataIndex: 'operation', | |||||
| slots: { customRender: 'operation' }, | |||||
| width: 400 | |||||
| } | |||||
| title: '姓名', | |||||
| dataIndex: 'seekername' | |||||
| }, { | |||||
| title: '性别', | |||||
| dataIndex: 'gender' | |||||
| }, { | |||||
| title: '教育程度', | |||||
| dataIndex: 'education_txt' | |||||
| }, { | |||||
| title: '手机号', | |||||
| dataIndex: 'mobile' | |||||
| }, | |||||
| { | |||||
| title: '审核状态', | |||||
| dataIndex: 'status_txt', | |||||
| }, { | |||||
| title: '操作', | |||||
| dataIndex: 'operation', | |||||
| slots: { customRender: 'operation' }, | |||||
| width: 400 | |||||
| } | |||||
| ]; | ]; |
| <a-col v-if="record.status == 1"><a-button type="primary" size="small" >通过</a-button></a-col> | <a-col v-if="record.status == 1"><a-button type="primary" size="small" >通过</a-button></a-col> | ||||
| </a-popconfirm> | </a-popconfirm> | ||||
| <a-col v-if="record.status == 1"><a-button type="primary" size="small" | <a-col v-if="record.status == 1"><a-button type="primary" size="small" | ||||
| @click="interview(record)">不通过</a-button></a-col> | |||||
| @click="interview(record)" danger>不通过</a-button></a-col> | |||||
| <!-- <a-popconfirm title="是否要推送该简历到ES?" @confirm="pushEs(record.customer_id)"> | <!-- <a-popconfirm title="是否要推送该简历到ES?" @confirm="pushEs(record.customer_id)"> | ||||
| <a-col><a-button type="primary" size="small" primary>推送该简历到ES</a-button></a-col> | <a-col><a-button type="primary" size="small" primary>推送该简历到ES</a-button></a-col> | ||||
| </a-popconfirm> --> | </a-popconfirm> --> |