<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='NO_ENTRY'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='NO_ENTRY'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='PASS'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='PASS'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='HAS_SENT_OFFER'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='HAS_SENT_OFFER'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='ARRIVED'">面试人已到达</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='ARRIVED'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer"@click="OPPeninterview(item.id,item.flowStatus)"v-if="item.flowStatus=='END'">重启面试</span>
<spanstyle="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer"@click="OPPeninterview(item.id,item.flowStatus)"v-if="item.flowStatus=='END'">重启面试</span>
</p>
</p>
<pclass="nowstatus"style="margin-top:8px">
<pclass="nowstatus"style="margin-top:8px">
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='PASS'">PASS</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='PASS'">PASS</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='HAS_SENT_OFFER'">已发offer</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='HAS_SENT_OFFER'">已发offer</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='TO_RESULT'">面试结果待定</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='TO_RESULT'">面试结果待定</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='ARRIVED'">面试人已到达</span>
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='ARRIVED'">已到达</span>