<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=='HAS_SENT_OFFER'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer"@click="OPPeninterview(item.id)"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>
<pclass="nowstatus"style="margin-top:8px">
<spanstyle="margin:0 20px 0 20px"v-if="item.flowStatus=='OPTION'">备选</span>