浏览代码

修改bug

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

+ 1 - 2
src/views/promotionRulesManagement/promotionManagement/list.vue

@@ -111,7 +111,7 @@
                 type="link"
                 class="button-success"
                 @click="handleSee(record)"
-                v-if="(record.publishState=='PUBLISH')&&$hasPermissions('B_promotionManagementDetail')"
+                v-if="(record.publishState=='PUBLISH' || record.publishState=='END')&&$hasPermissions('B_promotionManagementDetail')"
                 id="promotion-modify-btn">查看</a-button>
               <a-button
                 size="small"
@@ -127,7 +127,6 @@
                 v-if="record.publishState=='UNPUBLISH'&&$hasPermissions('B_promotionManagementDel')"
                 @click="handleDel(record)"
                 id="promotion-del-btn">删除</a-button>
-              <span v-if="record.publishState=='End'">--</span>
             </div>
           </template>
         </s-table>