@@ -334,7 +334,7 @@
})
},
checkWorkOverTime(){
- return this.daytime*8 <this.workOverTime;
+ return this.daytime*8 <=this.workOverTime;
//表单检测
checkFrom() {