diff --git a/src/project/lulong/AppHandSnapshot/Statistics.vue b/src/project/lulong/AppHandSnapshot/Statistics.vue index 12d33cb2..2299b247 100644 --- a/src/project/lulong/AppHandSnapshot/Statistics.vue +++ b/src/project/lulong/AppHandSnapshot/Statistics.vue @@ -102,8 +102,7 @@ export default { }) if(this.showFinish) { - var total = Number(res.data.finishCountMap['累计事件上报'])+Number(res.data.finishCountMap['累计事件办结']) - var num = res.data.finishCountMap['累计事件办结']/total + var num = res.data.finishCountMap['累计事件办结']/res.data.finishCountMap['累计事件上报'] this.finshNum = Number(num*100).toFixed(2) }