Commit f29da827 authored by 黄奎's avatar 黄奎

新增上架平台显示

parent c2b5623c
......@@ -485,6 +485,11 @@
</span>
</p>
</div>
<div>
<span class="TC_neibu" v-if="item.SalePlatList&&item.SalePlatList.length>0" style="margin-right:5px;"
:class="{TCneibu: plat == 3, TCb2b: plat == 1,TCb2c: plat == 2, AppPlat: plat == 4, otherPlat: plat == 5,}"
v-for="plat in item.SalePlatList" :key="plat.subCode">{{ $tripUtils.getPlatName(plat) }}</span>
</div>
</div>
<div class="d2" v-if="pagesTitle=='跟团游产品'">
<p style="text-align: left; text-indent: 50px">
......@@ -646,7 +651,7 @@
</tr>
<tr>
<td v-if="pagesTitle=='跟团游产品'||pagesTitle=='当地游产品'">{{ $t("salesModule.Adult") }}</td>
<!--
<!--
<td>
{{
item.B2BMemberPrice | priceFormat(item.B2BMemberPrice)
......@@ -702,7 +707,7 @@
)
}}
</td> -->
<td >
<td>
{{
(item.B2BPrice - item.ChildNoNeedPrice)
| priceFormat(item.B2BPrice - item.ChildNoNeedPrice)
......
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