Commit bbfff0b5 by caoyanzhi

update: 好办使用详情

parent 8dbe4a5d
......@@ -230,9 +230,9 @@ export default {
let resData = res.data;
if (resData.errorCode == 1) {
if (resData.result.result) {
resData.result.result.forEach(ele => {
ele.loginRate = Math.round((ele.loginClerkCnt / ele.totalClerkCnt).toFixed(3) * 100) + '%';
});
// resData.result.result.forEach(ele => {
// ele.loginRate = Math.round((ele.loginClerkCnt / ele.totalClerkCnt).toFixed(3) * 100) + '%';
// });
}
that.processData = resData.result.result || [];
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment