zkx 3 سال پیش
والد
کامیت
b327f9483a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/projects/business/views/Master/Attendance/LeaveForm.vue

+ 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() {