Commit ac5fb52e authored by zhengke's avatar zhengke

修改

parent 2b62d363
...@@ -770,11 +770,11 @@ ...@@ -770,11 +770,11 @@
</template> </template>
</div> </div>
<div class="TC_SeatList"> <div class="TC_SeatList">
<el-popover width="500" trigger="click" v-model="item.IsShowOffer"> <!-- <el-popover width="500" trigger="click" v-model="item.IsShowOffer">
<table> <table>
<tr> <tr>
<td colspan="4" style="text-align:center;height:40px;"> <td colspan="4" style="text-align:center;height:40px;">
报价单 <template v-if="item.Config_OfferId>0"> 报价单 {{item.Config_OfferId}}<template v-if="item.Config_OfferId>0">
<a style="cursor:pointer;color:red;text-decoration: underline;" <a style="cursor:pointer;color:red;text-decoration: underline;"
@click="gotoOffer(item)">查看报价单</a> @click="gotoOffer(item)">查看报价单</a>
</template> </template>
...@@ -822,7 +822,11 @@ ...@@ -822,7 +822,11 @@
</table> </table>
<a slot="reference" title="报价单" @click="item.IsShowOffer=true,clearOfferMsg()" <a slot="reference" title="报价单" @click="item.IsShowOffer=true,clearOfferMsg()"
style="cursor:pointer;color:rgb(71,191,140);text-decoration:underline;">报价单</a> style="cursor:pointer;color:rgb(71,191,140);text-decoration:underline;">报价单</a>
</el-popover> </el-popover> -->
<template v-if="item.Config_OfferId>0">
<a style="cursor:pointer;color:rgb(71,191,140);text-decoration: underline;"
@click="gotoOffer(item)">查看报价单</a>
</template>
</div> </div>
</div> </div>
</div> </div>
......
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