|
|
@@ -270,7 +270,7 @@
|
|
270
|
270
|
enableScroll: false,
|
|
271
|
271
|
legend: {
|
|
272
|
272
|
show: true,
|
|
273
|
|
- position: "right",
|
|
|
273
|
+ position: "top",
|
|
274
|
274
|
lineHeight: 20,
|
|
275
|
275
|
fontSize: 12
|
|
276
|
276
|
},
|
|
|
@@ -641,8 +641,8 @@
|
|
641
|
641
|
this.chaoshinum = data.overjdcount
|
|
642
|
642
|
this.chaoqinum = data.overcount
|
|
643
|
643
|
this.undonenum = data.overdaycount
|
|
644
|
|
- this.averageReply = data.responsetime
|
|
645
|
|
- this.averageSolve = data.solvetime
|
|
|
644
|
+ this.averageReply = Number(data.responsetime).toFixed(1)
|
|
|
645
|
+ this.averageSolve = Number(data.solvetime).toFixed(1)
|
|
646
|
646
|
// console.log(this.chaoshiper,this.chaoqiper,this.undoneper)
|
|
647
|
647
|
}
|
|
648
|
648
|
}).catch((e) => {
|
|
|
@@ -1010,7 +1010,7 @@
|
|
1010
|
1010
|
|
|
1011
|
1011
|
.contenttitle {
|
|
1012
|
1012
|
color: #87929f;
|
|
1013
|
|
- font-size: 30rpx;
|
|
|
1013
|
+ font-size: 14px;
|
|
1014
|
1014
|
}
|
|
1015
|
1015
|
|
|
1016
|
1016
|
.allcountTit {
|
|
|
@@ -1081,8 +1081,9 @@
|
|
1081
|
1081
|
text-align: center;
|
|
1082
|
1082
|
height: 100rpx;
|
|
1083
|
1083
|
line-height: 100rpx;
|
|
1084
|
|
- width: 45%;
|
|
1085
|
|
- padding: 10rpx 5rpx;
|
|
|
1084
|
+ width: 49%;
|
|
|
1085
|
+ box-sizing: border-box;
|
|
|
1086
|
+ /* padding: 2rpx; */
|
|
1086
|
1087
|
border-radius: 5%;
|
|
1087
|
1088
|
}
|
|
1088
|
1089
|
|