From ec749733b80dd01bc85d7ffec5530f6d14d0c537 Mon Sep 17 00:00:00 2001 From: HeHaonan <1822907900@qq.com> Date: Mon, 19 Aug 2024 15:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E8=BD=AEbugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/router/index.js | 2 +- .../components/AARRRAnalysis.vue | 6 +- .../portraitModel/components/abcAnalysis.vue | 243 +++++----------- .../components/basketAnalysis.vue | 4 + .../components/bostonAnalysis.vue | 274 ++++++------------ .../components/funnelAnalysis.vue | 4 + .../components/portraitAnalysis.vue | 4 + .../components/repurchaseAnalysis.vue | 39 ++- .../components/retainAnalysis.vue | 9 +- .../portraitModel/components/rfmAnalysis.vue | 6 +- .../components/viscosityAnalysis.vue | 7 +- 12 files changed, 225 insertions(+), 375 deletions(-) diff --git a/.env.development b/.env.development index 10cbf3d..96d9000 100644 --- a/.env.development +++ b/.env.development @@ -5,4 +5,4 @@ VITE_APP_TITLE = 数字营销实训系统 VITE_APP_ENV = 'development' # 若依管理系统/开发环境 -VITE_APP_BASE_API = 'http://192.168.2.16:9868' +VITE_APP_BASE_API = 'http://118.31.7.2:9868' diff --git a/src/router/index.js b/src/router/index.js index 700771d..0fb7156 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -162,7 +162,7 @@ export const dynamicRoutes = [ path: "/evaluation", component: () => import("@/views/learningCenter/evaluation.vue"), name: "evaluation", - meta: { title: "知识测评", icon: "知识测评", affix: true }, + meta: { title: "知识测评", icon: "学习测评", affix: true }, }, ], }, diff --git a/src/views/portraitModel/components/AARRRAnalysis.vue b/src/views/portraitModel/components/AARRRAnalysis.vue index 6fd5abe..91b39b1 100644 --- a/src/views/portraitModel/components/AARRRAnalysis.vue +++ b/src/views/portraitModel/components/AARRRAnalysis.vue @@ -201,7 +201,7 @@ https://help.fanruan.com/finebi5.1/doc-view-1256.html" 案例背景: - - 现有以下某商店的交易原始数据,需要采用帕累托分析方法,对商品进行分类: - + 现有以下某商店的交易原始数据,需要采用帕累托分析方法,对商品进行分类:
- - - - - - + + +
下载数据
@@ -54,9 +49,7 @@ 第一步,统计各类商品累计销售额 - - 以商品为统计单元,计算各类商品的销售额。 - + 以商品为统计单元,计算各类商品的销售额。
- - + @@ -90,9 +77,7 @@ 第二步,排序
- - 以累计销售额为排序基准,按照倒序进行排序。 - + 以累计销售额为排序基准,按照倒序进行排序。
- - - - + + @@ -142,9 +109,7 @@ 第三步,计算累计销售额占比
- - 计算各个商品的销售额占比,并以此通过累加计算累计销售额占比。 - + 计算各个商品的销售额占比,并以此通过累加计算累计销售额占比。
- - - - - + + + - + @@ -200,9 +145,7 @@ 第四步,划分商品类型
- - 我们按照0-80%,80%-90%,90%-100%将商品分成ABC3个类别,然后对于这3个类别的产品做区别管理,以提高效益。 - + 我们按照0-80%,80%-90%,90%-100%将商品分成ABC3个类别,然后对于这3个类别的产品做区别管理,以提高效益。 - - - - + +
- - - - - - + + +