From 89213fed0c844fe7100c91957b793d07095c6002 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Fri, 6 May 2022 15:23:14 +0800 Subject: [PATCH] zx --- src/api/ThemeComparison/index.js | 15 ++++++++++++- src/components/v-card-button/index.vue | 2 +- src/views/ThemeAnalize/index.vue | 21 +++++++++++-------- src/views/ThemeAnalize/tbEvent.js | 1 + src/views/ThemeComparison/ThemeIndex.vue | 8 +++---- .../themeCompateHeader/index.vue | 2 +- 6 files changed, 32 insertions(+), 17 deletions(-) diff --git a/src/api/ThemeComparison/index.js b/src/api/ThemeComparison/index.js index 43deaef..9f8d783 100644 --- a/src/api/ThemeComparison/index.js +++ b/src/api/ThemeComparison/index.js @@ -1,5 +1,18 @@ import httpService from "@/request" +// 主题对比-列表选择 +export function getSchemeDataToTheme(params) { + let obj = Object.assign({action: 'getSchemeDataToTheme', sType: 'contrast'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + // 主题对比-信息量趋势 export function getCountTime0528C(params) { let obj = Object.assign({action: 'getCountTime0528C', sType: 'BrandOverview',iContrastType: '4'}, params) @@ -102,4 +115,4 @@ export function getPositiveAndNegative0528C(params) { 'content-type': 'application/x-www-form-urlencoded' } }) -} \ No newline at end of file +} diff --git a/src/components/v-card-button/index.vue b/src/components/v-card-button/index.vue index 07c6393..01d0997 100644 --- a/src/components/v-card-button/index.vue +++ b/src/components/v-card-button/index.vue @@ -12,7 +12,7 @@ 编辑
此操作将删除数据,是否继续?
- 删除 + 删除
diff --git a/src/views/ThemeAnalize/index.vue b/src/views/ThemeAnalize/index.vue index 9c390d4..cce7e51 100644 --- a/src/views/ThemeAnalize/index.vue +++ b/src/views/ThemeAnalize/index.vue @@ -42,15 +42,11 @@
- 进行中 - 已完成 - - 编辑 - -
此操作将删除数据,是否继续?
- 删除 -
-
+
+ 进行中 +
+
已完成
+
@@ -125,6 +121,9 @@ + + +