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

1

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