班级考勤统计优化;新增总计

This commit is contained in:
paidaxing444
2020-09-28 15:27:46 +08:00
parent 730bab82fc
commit 12f6f0cfd2
2 changed files with 62 additions and 2 deletions

View File

@ -365,7 +365,7 @@ export default {
});
},
avg(a1) {
console.log("a" + a1.length);
// console.log("a" + a1.length);
//bug 这个地方的分母a 应该取值所有班级的最大值
var a = 0;
var sum = 0;