bug
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
return '0%'
|
return '0%'
|
||||||
}
|
}
|
||||||
|
|
||||||
return ((this.info['事件总数'] - this.info['已拒绝']) / this.info['事件总数']).toFixed(2) * 100 + '%'
|
return ((this.info['事件总数'] - this.info['待受理']) / this.info['事件总数']).toFixed(4) * 100 + '%'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user