Commit 89e446e3 authored by 黄奎's avatar 黄奎

1

parent b97b0a98
......@@ -323,17 +323,15 @@
<tr>
<td style="border-bottom:2px solid #333" rowspan="2">{{item.OrderID}}
<div>
<el-tooltip class="item" effect="dark" content="旅小友订单" placement="top">
<img v-if="item.OrderSource == 5" src="../../../assets/img/userman/wx.png"
style="width:24px;height: 24px;position:relative;top:5px;" alt="" />
</el-tooltip>
<el-tooltip class="item" effect="dark" content="国旅优选订单" placement="top">
<img v-if="item.OrderSource == 7" src="../../../assets/img/userman/wx.png"
style="width:24px;height: 24px;position:relative;top:5px;" alt="" />
</el-tooltip>
{{item.OrderSourceName}}
</div>
</td>
<td>{{item.ThirdOrderNo}}
<div>
{{item.SourceName}}
</div>
</td>
<td>{{item.ThirdOrderNo}}</td>
<td><span class="cursorpointer text-decoration" @click="GotoUrl(item.TCNUM)"
v-if="item.TCID">{{item.TCNUM}}({{item.TCID}})</span></td>
<td>{{item.Number}}</td>
......
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