Browse Source

修改bug

chenrui 8 months ago
parent
commit
4181daab64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/easyPassManagement/promotionalActivities/list.vue

+ 1 - 1
src/views/easyPassManagement/promotionalActivities/list.vue

@@ -115,7 +115,7 @@
                 type="link"
                 type="link"
                 class="button-warning"
                 class="button-warning"
                 :id="'promotion-img-btn-'+record.id"
                 :id="'promotion-img-btn-'+record.id"
-                v-if="(record.promoState=='HAVE_RELEASE') && $hasPermissions('B_promoActivitiesImg')"
+                v-if="record.promoState=='HAVE_RELEASE'&&record.dealerOpenFlag=='1'&& $hasPermissions('B_promoActivitiesImg')"
                 @click="handleSet(record)">轮播图</a-button>
                 @click="handleSet(record)">轮播图</a-button>
               <a-button
               <a-button
                 size="small"
                 size="small"