Browse Source

联合丽格V1.0.2

zhengjinyi 1 year ago
parent
commit
20a1d7358a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/supplier-center/shop/goods.html

+ 1 - 1
src/main/resources/templates/supplier-center/shop/goods.html

@@ -245,7 +245,7 @@
                                 <template  v-if="[2].indexOf(row.validFlag)!=-1 || [2].indexOf(row.mallValidFlag)!=-1">
                                     <el-button type="primary" style="margin: 5px;" :disabled="isForbid" size="mini" plain @click="handleDownshelf(row)">下架</el-button>
                                 </template>
-                                <template v-if="row.groundMall === '0'">
+                                <template v-if="row.groundMall === '0' || row.groundMall === '0##4'">
                                     <el-button type="primary" style="margin: 5px;" v-if="[2].indexOf(row.validFlag)!=-1" :disabled="isForbid" size="mini" plain @click="handlePreview(row)">查看</el-button>
                                     <el-button type="primary" style="margin: 5px;" v-if="row.isDelFeatured" :disabled="isForbid" size="mini" plain @click="handleDeleteHot(row)">删除主页推荐</el-button>
                                     <el-button type="primary" style="margin: 5px;" v-if="row.isAddFeatured" :disabled="isForbid" size="mini" plain @click="handlePushHot(row)">添加主页推荐</el-button>