Ver código fonte

已结束 添加查看按钮

chenrui 10 meses atrás
pai
commit
185ff1dc32

+ 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>