From e2b956687521c1b326e5374fbc33e0d08e5efe99 Mon Sep 17 00:00:00 2001 From: lq <121091329@qq.com> Date: Sat, 21 Jun 2025 11:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/all/index.ts | 1 - src/views/components/dataEngine/hotCloud.vue | 2 +- .../components/dataEngine/hotTranslation.vue | 73 +++++++++++++++++-- .../dataEngine/keyBrandMovement.vue | 6 +- src/views/components/dataEngine/keyWord.vue | 8 +- src/views/components/dataEngine/topHeader.vue | 29 ++++---- .../components/dataEngine/userPainPoints.vue | 2 +- yarn.lock | 5 ++ 8 files changed, 98 insertions(+), 28 deletions(-) diff --git a/src/api/all/index.ts b/src/api/all/index.ts index b2f861e..7ef7aac 100644 --- a/src/api/all/index.ts +++ b/src/api/all/index.ts @@ -1,5 +1,4 @@ import Http from '@/api'; - // 导出一个函数,用于获取行业树 export const fetchIndustriesTree = (params = {}) => { // 发送GET请求,获取行业树 diff --git a/src/views/components/dataEngine/hotCloud.vue b/src/views/components/dataEngine/hotCloud.vue index 632dc05..39c4446 100644 --- a/src/views/components/dataEngine/hotCloud.vue +++ b/src/views/components/dataEngine/hotCloud.vue @@ -11,7 +11,7 @@ diff --git a/src/views/components/dataEngine/hotTranslation.vue b/src/views/components/dataEngine/hotTranslation.vue index 8b0e0ad..6c4485f 100644 --- a/src/views/components/dataEngine/hotTranslation.vue +++ b/src/views/components/dataEngine/hotTranslation.vue @@ -12,11 +12,12 @@ - + + - + @@ -70,7 +70,9 @@ diff --git a/src/views/components/dataEngine/keyWord.vue b/src/views/components/dataEngine/keyWord.vue index 6158445..4416bff 100644 --- a/src/views/components/dataEngine/keyWord.vue +++ b/src/views/components/dataEngine/keyWord.vue @@ -12,7 +12,7 @@ @@ -92,7 +92,9 @@ @@ -153,7 +155,7 @@ diff --git a/src/views/components/dataEngine/topHeader.vue b/src/views/components/dataEngine/topHeader.vue index 4f6eaee..3f1c380 100644 --- a/src/views/components/dataEngine/topHeader.vue +++ b/src/views/components/dataEngine/topHeader.vue @@ -5,10 +5,9 @@ direction="vertical" style="background-color: #fff; width: 100%; padding: 24px; margin: 24px 0; color: #737478; font-size: 14px" > - - - - 行业大类 + + 行业大类 +
{{ item.name }} - +
- - - - 二级类目 + + + 二级类目 +
{{ item.name }} - +
- - - - 时间筛选 + + + 时间筛选 +
{{ item.label }} - +
diff --git a/src/views/components/dataEngine/userPainPoints.vue b/src/views/components/dataEngine/userPainPoints.vue index 805f499..e22befe 100644 --- a/src/views/components/dataEngine/userPainPoints.vue +++ b/src/views/components/dataEngine/userPainPoints.vue @@ -13,7 +13,7 @@ diff --git a/yarn.lock b/yarn.lock index 7033a55..a549868 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4911,6 +4911,11 @@ vm2@^3.9.8: acorn "^8.7.0" acorn-walk "^8.2.0" +vue-cropper@^1.1.4: + version "1.1.4" + resolved "https://registry.npmjs.org/vue-cropper/-/vue-cropper-1.1.4.tgz" + integrity sha512-5m98vBsCEI9rbS4JxELxXidtAui3qNyTHLHg67Qbn7g8cg+E6LcnC+hh3SM/p94x6mFh6KRxT1ttnta+wCYqWA== + vue-demi@*, vue-demi@^0.13.11: version "0.13.11" resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz"