From 38bec2aac6d1f011e4da736b3bedf71ebe6b740a Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Tue, 7 Dec 2021 13:49:32 +0800 Subject: [PATCH] zx --- src/views/BrandInsight/index.vue | 1 + src/views/EventInsight/index.vue | 3 +++ src/views/Index/index.vue | 1 + src/views/MarketingAnalysis/index.vue | 3 +++ src/views/ModelInsight/index.vue | 1 + src/views/ModelInsight/mlPopularEventsList/index.vue | 2 +- 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/BrandInsight/index.vue b/src/views/BrandInsight/index.vue index 225def0..ad74766 100644 --- a/src/views/BrandInsight/index.vue +++ b/src/views/BrandInsight/index.vue @@ -110,6 +110,7 @@ export default { } }, created() { + this.setHeaderType(3); this.brand = this.getBrand.brandname || '奥迪'; }, methods: { diff --git a/src/views/EventInsight/index.vue b/src/views/EventInsight/index.vue index 5cca632..dc8990a 100644 --- a/src/views/EventInsight/index.vue +++ b/src/views/EventInsight/index.vue @@ -23,6 +23,9 @@ export default { components: { hotEventPO, // 热点事件传播导向 industryTOPHE // 行业TOP热点事件 + }, + created() { + this.setHeaderType(3); } } diff --git a/src/views/Index/index.vue b/src/views/Index/index.vue index 79b465e..bc4882f 100644 --- a/src/views/Index/index.vue +++ b/src/views/Index/index.vue @@ -113,6 +113,7 @@ export default { }, created() { // this.getTableList(); + this.setHeaderType(1); }, mounted() {}, methods: { diff --git a/src/views/MarketingAnalysis/index.vue b/src/views/MarketingAnalysis/index.vue index c2e464e..13d5418 100644 --- a/src/views/MarketingAnalysis/index.vue +++ b/src/views/MarketingAnalysis/index.vue @@ -28,6 +28,9 @@ export default { brandVolumeTOP10, // 品牌声量TOP10 keyActiveMediaTOP10Ranking, // 重点活跃媒体TOP10排行 brandSalesRankingTOP10Ranking // 品牌销量榜TOP10排行 + }, + created() { + this.setHeaderType(2); } } diff --git a/src/views/ModelInsight/index.vue b/src/views/ModelInsight/index.vue index 8eb1417..ebc3d2b 100644 --- a/src/views/ModelInsight/index.vue +++ b/src/views/ModelInsight/index.vue @@ -109,6 +109,7 @@ export default { }; }, created() { + this.setHeaderType(3); this.brand = this.getBrand.brandname || "奥迪"; this.modelData(); }, diff --git a/src/views/ModelInsight/mlPopularEventsList/index.vue b/src/views/ModelInsight/mlPopularEventsList/index.vue index 95b7e73..b658660 100644 --- a/src/views/ModelInsight/mlPopularEventsList/index.vue +++ b/src/views/ModelInsight/mlPopularEventsList/index.vue @@ -77,7 +77,7 @@ export default { headerBGC: "rgba(16,33,59)", oddRowBGC: "#173b6d", evenRowBGC: "rgba(69, 149, 244, 0)", - columnWidth: [400], + columnWidth: [550,80,100,80], rowNum: 6, header: ["事件列表", "影响力", "时间", "关联车型"], data: arr,