Browse Source

详情页组件调整

qymljy 1 year ago
parent
commit
374f1fac7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/normal-basic-layout/details/modules/tags/tag.vue

+ 1 - 1
src/components/normal-basic-layout/details/modules/tags/tag.vue

@@ -2,7 +2,7 @@
   <div>
     <!-- <p class="detail__head__label">标签展示:</p> -->
     <div class="flex-align-center">
-      <el-tag v-if="categories && siteid === 'HY' && modelName === '商品管理'" color="#3874F6" size="small" type="primary" effect="dark" class="inline-16">{{categories}}</el-tag>
+      <el-tag v-if="categories && modelName === '商品管理'" color="#3874F6" size="small" type="primary" effect="dark" class="inline-16">{{categories}}</el-tag>
       <p v-if="systemtag.length === 0 && datatag.length === 0"  style="margin-right:5px;color:#ccc" >暂无标签</p>
       <el-tag style="margin-right:5px" color="#3874F6" v-for="item in systemtag" :key="item.rowindex" size="small" type="primary" effect="dark">{{item}}</el-tag>
       <div v-if="showTag">