<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='OPTION'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='TO_SEE'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='HAS_SEE'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='SEE_FAIL'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='INTERVIEW_FAIL'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='TO_SENT_OFFER'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='TO_ENTRY'">终止面试</span>
<spanstyle="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer"@click="Stopinterview(item.id)"v-if="item.flowStatus=='HAS_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=='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 10px;color:#2d8cf0;cursor:pointer"@click="OPPeninterview(item.id,item.flowStatus)"v-if="item.flowStatus=='END'">重启面试</span>