bding 1 năm trước cách đây
mục cha
commit
10a31eb926
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/rai_manage/reportManage/yanXuanSpecial.vue

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

@@ -200,7 +200,7 @@ export default {
       if (key === "Title" && this.reportStatusActive == 2) {
         let href = `${process.env.CYGX_WEB}/column/detail/${row.Id}`;
         window.open(href, "_blank");
-      } else if (key === "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) {
+      } else if (key === "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3 || this.topLableActive == 2)) {
         let href = `${process.env.CYGX_WEB}/column/view/${row.SpecialAuthorId}`;
         window.open(href, "_blank");
       } else if ((key === "ArticleCollectNum" && this.topLableActive == 1) || key === "FansNum") {