bding 1 year ago
parent
commit
435cf97cea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/rai_manage/reportManage/yanXuanSpecial.vue

+ 1 - 1
src/views/rai_manage/reportManage/yanXuanSpecial.vue

@@ -186,7 +186,7 @@ export default {
         return "color: #409eff; cursor: pointer";
       } else if ((key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) || (key == "SpecialName" && this.topLableActive == 2)) {
         return "color: #409eff; cursor: pointer";
-      } else if (key == "ArticleCollectNum" && this.topLableActive == 1) {
+      } else if (key == "ArticleCollectNum") {
         return "color: #409eff; cursor: pointer";
       } else {
         const style = {