This commit is contained in:
yanran200730
2023-05-05 16:24:04 +08:00
parent ef639ba1c1
commit 41a78266fe

View File

@@ -108,7 +108,7 @@
return '0%'
}
return ((this.info['事件总数'] - this.info['已拒绝']) / this.info['事件总数']).toFixed(2) * 100 + '%'
return ((this.info['事件总数'] - this.info['待受理']) / this.info['事件总数']).toFixed(4) * 100 + '%'
}
},