|
@@ -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 = {
|