zkx 3 anni fa
parent
commit
b327f9483a

+ 1 - 1
src/projects/business/views/Master/Attendance/LeaveForm.vue

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