From 54a1b3bae74b35dde33fce8b2e88fec777f84cfc Mon Sep 17 00:00:00 2001
From: corala <18339694416@163.com>
Date: Fri, 1 Jul 2022 11:23:10 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E8=A1=A8?=
=?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=80=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 2 +-
pages/center/Piabodata/StaffAnalysis.vue | 31 +++++-----------------
pages/center/Piabodata/Theteamcompared.vue | 6 ++---
pages/center/Piabodata/TrendAnalysis.vue | 8 +++++-
pages/center/Piabodata/index.vue | 12 +++++++--
5 files changed, 28 insertions(+), 31 deletions(-)
diff --git a/App.vue b/App.vue
index 2bf15ed..1c55067 100644
--- a/App.vue
+++ b/App.vue
@@ -277,7 +277,7 @@
.swiper-box {
width: 97%;
- margin: 0 auto 38rpx;
+ margin: 0 auto 26rpx;
}
.hejibox {
diff --git a/pages/center/Piabodata/StaffAnalysis.vue b/pages/center/Piabodata/StaffAnalysis.vue
index 0c91360..66ce763 100644
--- a/pages/center/Piabodata/StaffAnalysis.vue
+++ b/pages/center/Piabodata/StaffAnalysis.vue
@@ -50,7 +50,7 @@
来访(人)
-
@@ -80,7 +80,7 @@
录音时长
-
@@ -110,7 +110,7 @@
+ canvasId="wangxiaohuaerlingryilingwuyibhh" :canvas2d="true" :opts="lineOpts" />
@@ -215,31 +215,14 @@
}
}
},
-
lineOpts: {
- // enableScroll: true,
- // xAxis: {
- // disableGrid: true,
- // scrollShow: true,
- // itemCount: 8
- // },
yAxis: {
- data: [
- {
- max: 100,
- min: 0,
- }
- ]
+ data: [{
+ max: 100,
+ min: 0,
+ }]
}
},
- lineOpts1: {
- // enableScroll: true,
- // xAxis: {
- // disableGrid: true,
- // scrollShow: true,
- // itemCount: 8
- // }
- },
isShow: true, // 默认都展示
};
},
diff --git a/pages/center/Piabodata/Theteamcompared.vue b/pages/center/Piabodata/Theteamcompared.vue
index 7764c47..36b00fe 100644
--- a/pages/center/Piabodata/Theteamcompared.vue
+++ b/pages/center/Piabodata/Theteamcompared.vue
@@ -101,7 +101,7 @@
- 录音时长
+ 录音时长 (min)
- 执行率
+ 执行率 (%)
{
let obj = {
diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue
index 469f411..a0a4fdd 100644
--- a/pages/center/Piabodata/TrendAnalysis.vue
+++ b/pages/center/Piabodata/TrendAnalysis.vue
@@ -158,7 +158,7 @@
-
+ 单位(%)
{{item.name}}
- {{item.num}}
+ {{item.num}}
+
{{item.num||'--'}}
{{item.num||0}}
@@ -53,7 +54,7 @@
:ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
-
@@ -315,6 +316,13 @@
min: 0,
}]
}
+ },
+ lineOpts1: {
+ xAxis: {
+ disableGrid: true,
+ scrollShow: true,
+ itemCount: 8
+ }
}
};
},
From c9445cd7013601bd8b809fbd38f71757d7b72ffc Mon Sep 17 00:00:00 2001
From: corala <18339694416@163.com>
Date: Fri, 1 Jul 2022 11:41:15 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/center/Piabodata/Theteamcompared.vue | 6 +++---
pages/center/records/index.vue | 7 +++----
pages/mine/details2.vue | 5 +++--
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pages/center/Piabodata/Theteamcompared.vue b/pages/center/Piabodata/Theteamcompared.vue
index 36b00fe..9dcb0df 100644
--- a/pages/center/Piabodata/Theteamcompared.vue
+++ b/pages/center/Piabodata/Theteamcompared.vue
@@ -54,7 +54,7 @@
- 接待量
+ 接待量(次)
- 录音时长 (min)
+ 录音时长(min)
- 执行率 (%)
+ 执行率(%)
- {{ item.speaker | toCapital }}
- {{conversionTiame(item.bg/1000)}}
+ {{ item.speaker | toCapital }} {{conversionTiame(item.bg/1000)}}
+
From 82164c7a1dc21649126adeee07d8dc7547db4609 Mon Sep 17 00:00:00 2001
From: corala <18339694416@163.com>
Date: Tue, 5 Jul 2022 14:49:45 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 16 ++++++++--------
utils/domain.js | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 255897b..4a242b6 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -113,7 +113,7 @@
- {{realtimeobj.fraction || 0}}%
+ {{realtimeobj.fraction || 0}}%
平均执行率
@@ -133,7 +133,7 @@
- {{realtimeobj.avgDuration|| 0}}min
+ {{realtimeobj.avgDuration|| 0}}min
平均接待时长
@@ -166,7 +166,7 @@
- {{Thisweekobj.fraction || 0}}%
+ {{Thisweekobj.fraction || 0}}%
平均执行率
@@ -182,7 +182,7 @@
- {{Thisweekobj.avgDuration || 0}}min
+ {{Thisweekobj.avgDuration || 0}}min
平均接待时长
@@ -1099,8 +1099,8 @@
width: 100%;
text-align: center;
height: 50rpx;
- font-size: 44rpx;
- font-family: DINAlternate-Bold, DINAlternate;
+ font-size: 36rpx;
+ font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: bold;
color: #333333;
line-height: 50rpx;
@@ -1134,8 +1134,8 @@
width: 100%;
text-align: center;
height: 50rpx;
- font-size: 44rpx;
- font-family: DINAlternate-Bold, DINAlternate;
+ font-size: 36rpx;
+ font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: bold;
color: #333333;
line-height: 50rpx;
diff --git a/utils/domain.js b/utils/domain.js
index f8712e9..47b3f30 100644
--- a/utils/domain.js
+++ b/utils/domain.js
@@ -1,9 +1,9 @@
-// const base = 'http://81.70.55.170:9999'; // 测试站
+const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.148:9999' ;// 泽明
// const base = 'http://192.168.31.86:9999' ;// 胜浩
// const base = 'http://192.168.31.161:9999' // 长龙
-const base = 'https://zanyong.hfju.com';// 正式 AI销管
+// const base = 'https://zanyong.hfju.com';// 正式 AI销管
// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手
// http.js使用