浏览代码

已结束 添加查看按钮

chenrui 10 月之前
父节点
当前提交
185ff1dc32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/promotionManagement/promotionInfo/list.vue

+ 1 - 1
src/views/promotionManagement/promotionInfo/list.vue

@@ -114,7 +114,7 @@
             size="small"
             type="link"
             class="button-success"
-            v-if="record.dealerPublishState!='END'&&$hasPermissions('B_promoActiveSeeBtn')"
+            v-if="$hasPermissions('B_promoActiveSeeBtn')"
             @click="handleSee(record)">查看</a-button>
         </template>
       </s-table>