黔西南大屏
This commit is contained in:
@@ -689,7 +689,7 @@
|
||||
},
|
||||
|
||||
sllRate () {
|
||||
if (!this.wxGridReportOverviewInfo['待受理数量']) {
|
||||
if (!this.wxGridReportOverviewInfo['全部上报事件数量']) {
|
||||
return 0
|
||||
}
|
||||
|
||||
@@ -705,7 +705,7 @@
|
||||
return 0
|
||||
}
|
||||
|
||||
return Number(((this.wxGridReportOverviewInfo['已办结数量'] / (this.wxGridReportOverviewInfo['全部上报事件数量'] - this.wxGridReportOverviewInfo['待受理数量'])) * 100).toFixed(2))
|
||||
return Number(((this.wxGridReportOverviewInfo['已办结数量'] / this.wxGridReportOverviewInfo['全部上报事件数量']) * 100).toFixed(2))
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user