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..9dcb0df 100644
--- a/pages/center/Piabodata/Theteamcompared.vue
+++ b/pages/center/Piabodata/Theteamcompared.vue
@@ -54,7 +54,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
+ }
}
};
},
diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue
index 28b390f..1af9650 100644
--- a/pages/center/records/index.vue
+++ b/pages/center/records/index.vue
@@ -783,12 +783,10 @@
.left {
flex-shrink: 0;
- min-width: 50%;
+ min-width: 40%;
display: flex;
align-items: center;
overflow: hidden;
-
-
.adviser {
margin-right: 10rpx;
padding: 5rpx 11rpx;
@@ -826,9 +824,10 @@
}
.right {
- max-width: 50%;
+ flex: 1;
display: flex;
font-size: 30rpx;
+ justify-content: flex-end;
view,
text {
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/pages/mine/details2.vue b/pages/mine/details2.vue
index 37b6180..9f2b149 100644
--- a/pages/mine/details2.vue
+++ b/pages/mine/details2.vue
@@ -35,8 +35,9 @@
- {{ item.speaker | toCapital }}
- {{conversionTiame(item.bg/1000)}}
+ {{ item.speaker | toCapital }} {{conversionTiame(item.bg/1000)}}
+
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使用