diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 340898a..eeb0ee2 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -30,7 +30,7 @@ - + diff --git a/src/views/EventDEC/mediaInterpretationED/index.vue b/src/views/EventDEC/mediaInterpretationED/index.vue index 32c3a0e..0d32398 100644 --- a/src/views/EventDEC/mediaInterpretationED/index.vue +++ b/src/views/EventDEC/mediaInterpretationED/index.vue @@ -174,18 +174,18 @@ export default { flex-wrap: wrap; .pv-item { width: 285px; - height: 72px; + height: 64px; display: flex; justify-content: flex-start; align-items: center; position: relative; - margin-right: 16px; - margin-top: 16px; + margin-right: 24px; + margin-top: 12px; .dm { position: absolute; - width: 74px; - height: 74px; - border-radius: 74px; + width: 68px; + height: 68px; + border-radius: 68px; border: 1px solid #ccc; left: 0px; top: 0px; diff --git a/src/views/EventDEC/mediaInterpretationEc/index.vue b/src/views/EventDEC/mediaInterpretationEc/index.vue index e132b17..6370a98 100644 --- a/src/views/EventDEC/mediaInterpretationEc/index.vue +++ b/src/views/EventDEC/mediaInterpretationEc/index.vue @@ -95,7 +95,7 @@ export default { let data = res.data || []; let arr = []; data.forEach((ele) => { - let a = [ele.title, ele.count+'家媒体报道']; + let a = [ele.title, '共有 '+ele.count+' 家媒体报道']; arr.push(a); }); this.config = { @@ -103,7 +103,7 @@ export default { oddRowBGC: "#173b6d", evenRowBGC: "rgba(69, 149, 244, 0)", rowNum: 8, - columnWidth: [500], + columnWidth: [630], header: ["标题", "媒体报道数量"], data: arr, }; diff --git a/src/views/EventDEC/wbUserEDE/index.vue b/src/views/EventDEC/wbUserEDE/index.vue index e63a5fa..4860e8f 100644 --- a/src/views/EventDEC/wbUserEDE/index.vue +++ b/src/views/EventDEC/wbUserEDE/index.vue @@ -17,8 +17,21 @@
- - + + + + + + +
diff --git a/src/views/Index/barometer/opt.js b/src/views/Index/barometer/opt.js index a8f8e03..dec32aa 100644 --- a/src/views/Index/barometer/opt.js +++ b/src/views/Index/barometer/opt.js @@ -105,11 +105,19 @@ export default function createOpt(dx = [], ds = []) { axisLabel: { formatter: (value) => { let rex = "00:00:00"; - let str = ""; - if(value.indexOf(rex) === -1) { + let isCont = false; + let str = value; + for(let i = 0;i { - this.execlForm.sFileName = this.form.sBrand + '洞察-' + this.getDatetimeSs(); + if(this.secIds.length===0 || this.secIds.length===1){ + this.execlForm.sFileName = '事件洞察-' + this.getDatetimeSs(); + } else { + this.execlForm.sFileName = this.form.sBrand + '-' + this.form.sSeriesName + '事件洞察-' + this.getDatetimeSs(); + } this.execlForm.sCheckedIds = this.tableAll ? '' : this.secIds.toString(); this.execlForm.iNum = this.tableAll ? this.totalNum : this.secIds.length; this.modalObj.visible = true; diff --git a/src/views/MarketingComparison/mcChooseModel/index.vue b/src/views/MarketingComparison/mcChooseModel/index.vue index c4e0e3a..b11a7d0 100644 --- a/src/views/MarketingComparison/mcChooseModel/index.vue +++ b/src/views/MarketingComparison/mcChooseModel/index.vue @@ -11,10 +11,10 @@ 返回营销分析 -
+