@ -40,7 +40,7 @@ export default {
type: 'warning'
}, {
id: 3,
value: '备选',
value: '面试候选',
type: 'danger'
id: 4,
@ -97,7 +97,7 @@
</el-table-column>
</template>
<template v-slot:sign_prepare_total>
<el-table-column align='center' label="备选人数" width="120" header-align="center">
<el-table-column align='center' label="面试候选人数" width="120" header-align="center">
<template slot-scope="scope">
<div v-if="scope.row.sign_prepare_total && scope.row.sign_prepare_total>0" style="cursor: pointer;color:blue;text-decoration:underline"
@click="toApply(scope.row,3)">
@ -194,7 +194,7 @@
},
{
prop: 'sign_prepare_total',
label: '备选人数'
label: '面试候选人数'
prop: 'sign_cancel_total',
@ -255,7 +255,7 @@
label: '备选人数',
label: '面试候选人数',
align: 'center',
width: 120
@ -123,10 +123,10 @@
<template v-slot:back_tip>
<div class="xy-table-item">
<div class="xy-table-item-label" style="font-weight: bold">
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>备选提示:
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>面试候选提示:
</div>
<div class="xy-table-item-content">
<el-input style="width: 100%;" v-model="form.back_tip" placeholder="请输入备选提示" clearable></el-input>
<el-input style="width: 100%;" v-model="form.back_tip" placeholder="请输入面试候选提示" clearable></el-input>
@ -858,7 +858,7 @@ export default {
'sign_wait_total':'待审核人数',
'sign_pass_total':'审核通过人数',
'sign_fault_total':'审核不通过人数',
'sign_prepare_total':'备选人数',
'sign_prepare_total':'面试候选人数',
'sign_cancel_total':'已取消人数',
'sign_give_up_total':'主动放弃人数',
'sign_black_total':'黑名单人数',