From ad47f6836276b0aecb517c76e66e3a8a7ddc642a Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Wed, 17 Aug 2022 10:20:05 +0800 Subject: [PATCH] zx --- src/api/BrandInsight/index.js | 4 +- src/api/EventdEC/index.js | 4 +- src/api/MarketingAnalysis/index.js | 2 +- src/api/ModelInsight/index.js | 4 +- src/styles/antd.less | 10 +++ .../Index/keyCommunicationPositions/index.vue | 2 +- src/views/KeyMediaBrand/index.vue | 2 +- src/views/KeyMediaEvent/index.vue | 2 +- src/views/KeyMediaHome/index.vue | 2 +- src/views/KeyMediaSeries/index.vue | 2 +- src/views/KeyMediaTheme/index.vue | 2 +- src/views/SaleRank/MarketComp/index.vue | 68 ++++++++++++++++--- src/views/SaleRank/MarketComp/opt.js | 6 +- .../MarketSaleChina/mscCompChart/index.vue | 43 ++++++++++-- .../MarketSaleChina/mscCompChart/opt.js | 6 +- .../MarketSaleChina/mscEnergyType/index.vue | 21 +++++- .../MarketSaleNE/mneCountryPercent/index.vue | 2 +- .../mneMainPrice/seriesTotal/index.vue | 2 +- .../mneMainPrice/seriesTotal/opt.js | 1 - .../precAutoPercent/index.vue | 2 +- .../mnePrecisionType/precMpvPercent/index.vue | 2 +- .../mnePrecisionType/precPercent/index.vue | 2 +- .../mnePrecisionType/precSuvPercent/index.vue | 2 +- .../mstCountryPercent/index.vue | 2 +- .../mstMPPercent/index.vue | 2 +- .../mstMainPrice/mainBrand/index.vue | 2 +- .../mstMainPrice/mainCountry/index.vue | 2 +- .../precAutoPercent/index.vue | 2 +- .../mstPrecisionType/precMpvPercent/index.vue | 2 +- .../mstPrecisionType/precPercent/index.vue | 2 +- .../mstPrecisionType/precSuvPercent/index.vue | 2 +- .../mstSeriesType/seriesTotal/index.vue | 2 +- .../mstSeriesType/seriesTotal/opt.js | 1 - 33 files changed, 160 insertions(+), 52 deletions(-) diff --git a/src/api/BrandInsight/index.js b/src/api/BrandInsight/index.js index 484e567..0689412 100644 --- a/src/api/BrandInsight/index.js +++ b/src/api/BrandInsight/index.js @@ -47,7 +47,7 @@ export function getSourcetypeTime(params) { //品牌洞察-重点媒体 export function getWebsiteBrand(params) { - let obj = Object.assign({action: 'getWebsite', sType: 'BrandOverview'}, params) + let obj = Object.assign({action: 'getSourceTop', sType: 'BrandOverview'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', @@ -200,7 +200,7 @@ export function getWeiYiVolumeTime(params) { // 尾翼洞察-重点媒体 export function getWebsite(params) { - let obj = Object.assign({action: 'getWebsite', sType: 'BrandWeiYi'}, params) + let obj = Object.assign({action: 'getSourceTop', sType: 'BrandWeiYi'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', diff --git a/src/api/EventdEC/index.js b/src/api/EventdEC/index.js index cc6d10d..053b90f 100644 --- a/src/api/EventdEC/index.js +++ b/src/api/EventdEC/index.js @@ -38,7 +38,7 @@ export function toExcel(params) { // 事件详情-重点媒体 export function getWebsiteEvent(params) { - let obj = Object.assign({action: 'getWebsite', sType: 'HotEvent'}, params) + let obj = Object.assign({action: 'getSourceTop', sType: 'HotEvent'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', @@ -184,7 +184,7 @@ export function getWeiYiVolumeTime(params) { } // 尾翼分析-重点媒体分布 export function getWebsite(params) { - let obj = Object.assign({action: 'getWebsite', sType: 'BrandWeiYi'}, params) + let obj = Object.assign({action: 'getSourceTop', sType: 'BrandWeiYi'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', diff --git a/src/api/MarketingAnalysis/index.js b/src/api/MarketingAnalysis/index.js index 8e85899..3664d10 100644 --- a/src/api/MarketingAnalysis/index.js +++ b/src/api/MarketingAnalysis/index.js @@ -21,7 +21,7 @@ export function getBrandSourceType0528(params) { } // 重点活跃媒体TOP10排行 export function getWebsite(params) { - let obj = Object.assign({action: 'getWebsite',sType: 'Marketing'}, params) + let obj = Object.assign({action: 'getSourceTop',sType: 'Marketing'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', diff --git a/src/api/ModelInsight/index.js b/src/api/ModelInsight/index.js index 45540f1..aa58ac9 100644 --- a/src/api/ModelInsight/index.js +++ b/src/api/ModelInsight/index.js @@ -50,7 +50,7 @@ export function getSourcetypeTime(params) { // 车型洞察-重点媒体 export function getWebsiteModel(params) { - let obj = Object.assign({action: 'getWebsite', sType: 'BrandOverview'}, params) + let obj = Object.assign({action: 'getSourceTop', sType: 'BrandOverview'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', @@ -174,7 +174,7 @@ export function getWeiYiVolumeTime(params) { // 车型重点媒体 export function getWebsite(params) { - let obj = Object.assign({action: 'getWebsite', sType: 'BrandWeiYi'}, params) + let obj = Object.assign({action: 'getSourceTop', sType: 'BrandWeiYi'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', diff --git a/src/styles/antd.less b/src/styles/antd.less index f0d4683..b470598 100644 --- a/src/styles/antd.less +++ b/src/styles/antd.less @@ -390,6 +390,11 @@ li.ant-calendar-time-picker-select-option-selected { color: #63AECC !important; background: #0F2A4D !important; } +.lightSy { + .ant-menu-dark { + background: #E7F1FF !important; + } +} .ant-menu-submenu-title { color: #63AECC !important; } @@ -513,3 +518,8 @@ li.ant-calendar-time-picker-select-option-selected { color: #000000 !important; } } +.ant-select-dropdown-menu-item-group-title { //选项分组 + color: #63AECC !important; + font-weight: 600 !important; + font-size: 14px !important; +} diff --git a/src/views/Index/keyCommunicationPositions/index.vue b/src/views/Index/keyCommunicationPositions/index.vue index c43b0da..c494ee0 100644 --- a/src/views/Index/keyCommunicationPositions/index.vue +++ b/src/views/Index/keyCommunicationPositions/index.vue @@ -8,7 +8,7 @@ -->