bding 1 年之前
父節點
當前提交
435cf97cea
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";
         return "color: #409eff; cursor: pointer";
       } else if ((key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) || (key == "SpecialName" && this.topLableActive == 2)) {
       } else if ((key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) || (key == "SpecialName" && this.topLableActive == 2)) {
         return "color: #409eff; cursor: pointer";
         return "color: #409eff; cursor: pointer";
-      } else if (key == "ArticleCollectNum" && this.topLableActive == 1) {
+      } else if (key == "ArticleCollectNum") {
         return "color: #409eff; cursor: pointer";
         return "color: #409eff; cursor: pointer";
       } else {
       } else {
         const style = {
         const style = {