卢龙
This commit is contained in:
@@ -102,8 +102,7 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if(this.showFinish) {
|
if(this.showFinish) {
|
||||||
var total = Number(res.data.finishCountMap['累计事件上报'])+Number(res.data.finishCountMap['累计事件办结'])
|
var num = res.data.finishCountMap['累计事件办结']/res.data.finishCountMap['累计事件上报']
|
||||||
var num = res.data.finishCountMap['累计事件办结']/total
|
|
||||||
this.finshNum = Number(num*100).toFixed(2)
|
this.finshNum = Number(num*100).toFixed(2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user