From f29da827e08b2b559bcbb9c2fce978d8f74fe4ca Mon Sep 17 00:00:00 2001
From: HK <461671400@qq.com>
Date: Tue, 18 Mar 2025 17:45:15 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=8A=E6=9E=B6=E5=B9=B3?=
 =?UTF-8?q?=E5=8F=B0=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/orderCommon/productOrderList.vue | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/components/orderCommon/productOrderList.vue b/src/components/orderCommon/productOrderList.vue
index 2e5639926..b447fed65 100644
--- a/src/components/orderCommon/productOrderList.vue
+++ b/src/components/orderCommon/productOrderList.vue
@@ -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)
-- 
2.18.1