فهرست منبع

商品详情标题调整

qymljy 10 ماه پیش
والد
کامیت
21451646d6
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/SDrpManagement/ProductGroup/modules/GroupDetail/groupDetail.vue

+ 3 - 3
src/SDrpManagement/ProductGroup/modules/GroupDetail/groupDetail.vue

@@ -37,7 +37,7 @@
       </div>
       </div>
 
 
       <div style="flex: 1">
       <div style="flex: 1">
-        <p class="productName normal-margin">
+        <div class="productName normal-margin">
           <el-tag
           <el-tag
             class="inline-16"
             class="inline-16"
             @click="actTradefield = item.tradefield"
             @click="actTradefield = item.tradefield"
@@ -47,8 +47,8 @@
             :effect="actTradefield === item.tradefield ? 'dark' : 'plain'"
             :effect="actTradefield === item.tradefield ? 'dark' : 'plain'"
             >{{ $t(item.tradefield) }}
             >{{ $t(item.tradefield) }}
           </el-tag>
           </el-tag>
-          {{ selectProduct.itemname }}
-        </p>
+          <span class="inline-16">{{ siteid == 'HY'?selectProduct.model+selectProduct.itemname:selectProduct.itemname }}</span>
+        </div>
         <p style="color: #888; margin-bottom: 10px">
         <p style="color: #888; margin-bottom: 10px">
           {{ $t("编码") }}:&emsp;{{ selectProduct.itemno }}
           {{ $t("编码") }}:&emsp;{{ selectProduct.itemno }}
         </p>
         </p>