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
+ }
}
};
},