Commit 3eae5f88 authored by zhangderong's avatar zhangderong Committed by FE-安焕焕

优化代码,发送加入节流

parent f71c2bdd
This diff is collapsed.
This diff is collapsed.
...@@ -137,13 +137,13 @@ ...@@ -137,13 +137,13 @@
</div> </div>
<div class="resumeDetail-right" v-show="boxIsShow"> <div class="resumeDetail-right" v-show="boxIsShow">
<div class="testResume"> <div class="testResume">
<Button type="primary" size='small' style="width:150px;height:34px;margin:0 0 0 15px" @click="downloadONE(detialID)" v-show="this.showBtn!=1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</Button><br> <Button type="primary" size='small' style="width:150px;height:34px;margin:0 0 0 15px;font-size:14px" @click="downloadONE(detialID)" v-show="this.showBtn!=1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</Button><br>
<Button type="primary" size='small' style="width:150px;height:34px;margin:20px 0 0 15px" @click="transpond" v-show="this.showBtn!=1">转发给面试官</Button><br> <Button type="primary" size='small' style="width:150px;height:34px;margin:20px 0 0 15px;font-size:14px" @click="transpond" v-show="this.showBtn!=1">转发给面试官</Button><br>
<p style="margin-top:40px;font-size:16px">当前简历状态:<span style="color:#0092FF" >{{detailStatus[detailSta]}}</span></p> <p style="margin-top:40px;font-size:16px">当前简历状态:<span style="color:#0092FF" >{{detailStatus[detailSta]}}</span></p>
<Button type="primary" size='small' style="width:150px;height:34px;margin:20px 0 0 15px" @click="sendEmail" v-show="hasINterview==false">邀请面试</Button><br> <Button type="primary" size='small' style="width:150px;height:34px;margin:20px 0 0 15px;font-size:14px" @click="sendEmail" v-show="hasINterview==false">邀请面试</Button><br>
<Button type="primary" :disabled="todoDisabled" size='small' style="width:150px;height:34px;margin:20px 0 0 15px" @click="todo" v-show="hasINterview==false">&nbsp;&nbsp;</Button><br> <Button type="primary" :disabled="todoDisabled" size='small' style="width:150px;height:34px;margin:20px 0 0 15px;font-size:14px" @click="todo" v-show="hasINterview==false">&nbsp;&nbsp;</Button><br>
<Button type="primary" :disabled="passDisabled" size='small' style="width:150px;height:34px;margin:20px 0 0 15px" @click="pass" v-show="hasINterview==false">PASS</Button><br> <Button type="primary" :disabled="passDisabled" size='small' style="width:150px;height:34px;margin:20px 0 0 15px;font-size:14px" @click="pass" v-show="hasINterview==false">PASS</Button><br>
<Button type="primary" :disabled="optionDisabled" size='small' style="width:150px;height:34px;margin:20px 0 0 15px" @click="option" v-show="hasINterview==false">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</Button><br> <Button type="primary" :disabled="optionDisabled" size='small' style="width:150px;height:34px;margin:20px 0 0 15px;font-size:14px" @click="option" v-show="hasINterview==false">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</Button><br>
</div> </div>
</div> </div>
<Modal <Modal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment