diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index e3f242f..f3daae5 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -84,7 +84,7 @@ export default { sEndTime: "", }, selDatas: [], - offsetDays: 86400000 * 30, //最多选择7天 + //offsetDays: 86400000 * 30, //最多选择7天 timeShow: true }; }, @@ -141,7 +141,7 @@ export default { if (this.form.sTimeType != 4) { this.form.sStartTime = ""; this.form.sEndTime = ""; - this.setCommTime({sTimeType: this.form.sTimeType}); + this.setCommTime({sTimeType: this.form.sTimeType}); //首页同步时间 this.selTime = null; this.reload(); } @@ -193,26 +193,7 @@ export default { }, //根据选择的开始时间/结束时间,动态渲染要禁用的日期 disabledDate(current) { - if (this.selectPriceDate) { - let selectV = moment( - this.selectPriceDate, - "YYYY-MM-DD" - ).valueOf(); - return ( - current > - moment( - new Date(selectV + this.offsetDays), - "YYYY-MM-DD" - ) || - current < - moment( - new Date(selectV - this.offsetDays), - "YYYY-MM-DD" - ) - ); - } else { - return false; - } + return current > moment(); }, }, }; diff --git a/src/views/BrandComparison/brandTonalDistribution/index.vue b/src/views/BrandComparison/brandTonalDistribution/index.vue index 5ef6491..848bdcd 100644 --- a/src/views/BrandComparison/brandTonalDistribution/index.vue +++ b/src/views/BrandComparison/brandTonalDistribution/index.vue @@ -121,9 +121,9 @@ export default { .bd-inner { width: 100%; height: calc(100% - 48px); - margin-left: 18px; + margin-left: -24px; display: flex; - justify-content: flex-start; + justify-content: center; align-items: center; } } diff --git a/src/views/BrandComparison/weiboTuneComparison/index.vue b/src/views/BrandComparison/weiboTuneComparison/index.vue index fe0050d..dfcf30c 100644 --- a/src/views/BrandComparison/weiboTuneComparison/index.vue +++ b/src/views/BrandComparison/weiboTuneComparison/index.vue @@ -125,10 +125,10 @@ export default { } .wtc-inner { width: 100%; - margin-left: 18px; height: calc(100% - 48px); + margin-left: -24px; display: flex; - justify-content: flex-start; + justify-content: center; align-items: center; } } diff --git a/src/views/BrandInsight/popularEventsList/index.vue b/src/views/BrandInsight/popularEventsList/index.vue index 8e766dc..d5123fa 100644 --- a/src/views/BrandInsight/popularEventsList/index.vue +++ b/src/views/BrandInsight/popularEventsList/index.vue @@ -66,7 +66,7 @@ export default { }); this.darr = arr2; this.config = { - headerBGC: "#1b4062", + headerBGC: "rgba(16,33,59)", oddRowBGC: "#173b6d", evenRowBGC: "rgba(69, 149, 244, 0)", columnWidth: [440, 120, 120], diff --git a/src/views/BrandInsight/weiboPortraits/index.vue b/src/views/BrandInsight/weiboPortraits/index.vue index cacb6a0..d4faa0a 100644 --- a/src/views/BrandInsight/weiboPortraits/index.vue +++ b/src/views/BrandInsight/weiboPortraits/index.vue @@ -16,7 +16,7 @@
- +
- +
{ - // 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.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; @@ -277,25 +273,23 @@ export default { }, //根据选择的开始时间/结束时间,动态渲染要禁用的日期 disabledDate(current) { - if (this.selectPriceDate) { - let selectV = moment( - this.selectPriceDate, - "YYYY-MM-DD" - ).valueOf(); - return ( - current > - moment( - new Date(selectV + this.offsetDays), - "YYYY-MM-DD" - ) || - current < - moment( - new Date(selectV - this.offsetDays), - "YYYY-MM-DD" - ) - ); - } else { - return false; - } + return current > moment(); + // if (this.selectPriceDate) { + // let selectV = moment( + // this.selectPriceDate, + // "YYYY-MM-DD" + // ).valueOf(); + // return ( + // current > + // moment() || + // current < + // moment( + // new Date(selectV - this.offsetDays), + // "YYYY-MM-DD" + // ) + // ); + // } else { + // return false; + // } }, } diff --git a/src/views/MarketingComparison/mcChooseModel/index.vue b/src/views/MarketingComparison/mcChooseModel/index.vue index b11a7d0..f1375b6 100644 --- a/src/views/MarketingComparison/mcChooseModel/index.vue +++ b/src/views/MarketingComparison/mcChooseModel/index.vue @@ -11,7 +11,7 @@ 返回营销分析 -
+