-
-
-
-
+
+
+
+
+
+
+
+ -
+ {{ item.seriesname }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/MarketingComparison/mcChooseModel/index.vue b/src/views/MarketingComparison/mcChooseModel/index.vue
index f1375b6..196c5d3 100644
--- a/src/views/MarketingComparison/mcChooseModel/index.vue
+++ b/src/views/MarketingComparison/mcChooseModel/index.vue
@@ -161,13 +161,20 @@ export default {
},
created() {
this.brand = this.getBrand.brandname || "奥迪";
+ if(this.getSComparison == []) {
+ this.setMcStatus();
+ }
if (this.getChangeSTime) {
+ const arr = [];
this.list.forEach((e) => {
- e.startTime = this.getCtime.sStartTime;
- e.endTime = this.getCtime.sEndTime;
+ if(e.brand && e.model) {
+ e.startTime = this.getCtime.sStartTime;
+ e.endTime = this.getCtime.sEndTime;
+ arr.push(e);
+ }
});
+ this.setSComparison(arr);
}
-
this.modelData();
},
methods: {
@@ -208,6 +215,9 @@ export default {
let filterArr = this.list.filter((ele) => {
return ele.brand && ele.model && ele.startTime && ele.endTime;
});
+ if(filterArr.length === 0) {
+ this.setMcStatus(false);
+ }
this.$emit("del", n);
this.$emit("change", filterArr);
},
diff --git a/src/views/ModelInsight/index.vue b/src/views/ModelInsight/index.vue
index 60e51e9..95b49c2 100644
--- a/src/views/ModelInsight/index.vue
+++ b/src/views/ModelInsight/index.vue
@@ -23,7 +23,7 @@
-
+
@@ -119,7 +119,7 @@ import mlRearWingPropagationSituation from "./mlRearWingPropagationSituation";
import mlPopularwordCloud from "./mlPopularwordCloud";
//骨架屏
import mlBrandDataStoken from "./ml-brand-dataStoken";
-import mlTtsStoken from "./ml-ttsStoken";
+import mlttsStoken from "./ml-ttsStoken";
import mlPopularEventsStoken from "./mlPopularEventsStoken";
import mlPopularEventsListStoken from "./mlPopularEventsListStoken";
import mlWeiboKolStoken from "./mlWeiboKolStoken";
@@ -151,7 +151,7 @@ export default {
mlPopularwordCloud, // 热门词云
//骨架屏
mlBrandDataStoken, // 品牌数据
- mlTtsStoken, // 舆情传播趋势
+ mlttsStoken, // 舆情传播趋势
mlPopularEventsStoken, // 热门事件列表
mlPopularEventsListStoken, // 热点事件
mlWeiboKolStoken, // 微博KOL
diff --git a/src/views/ModelInsight/mlKeyMediaStoken/index.vue b/src/views/ModelInsight/mlKeyMediaStoken/index.vue
index 67f4688..1588860 100644
--- a/src/views/ModelInsight/mlKeyMediaStoken/index.vue
+++ b/src/views/ModelInsight/mlKeyMediaStoken/index.vue
@@ -8,7 +8,7 @@
-->
-