Explorar o código

商品详情标题调整

qymljy hai 10 meses
pai
achega
21451646d6

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

@@ -37,7 +37,7 @@
       </div>
 
       <div style="flex: 1">
-        <p class="productName normal-margin">
+        <div class="productName normal-margin">
           <el-tag
             class="inline-16"
             @click="actTradefield = item.tradefield"
@@ -47,8 +47,8 @@
             :effect="actTradefield === item.tradefield ? 'dark' : 'plain'"
             >{{ $t(item.tradefield) }}
           </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">
           {{ $t("编码") }}:&emsp;{{ selectProduct.itemno }}
         </p>