|
@@ -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") {
|