|
@@ -182,7 +182,7 @@ export default {
|
|
|
handleRowStyle(key) {
|
|
|
if (key == "Title" && this.reportStatusActive == 2) {
|
|
|
return "color: #409eff; cursor: pointer";
|
|
|
- } else if (key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) {
|
|
|
+ } 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) {
|
|
|
return "color: #409eff; cursor: pointer";
|