Explorar el Código

fix:加班展示处理

chenzhen2 hace 2 años
padre
commit
1210410a10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/envmonitor/components/ManualWork/index.vue

+ 1 - 1
src/views/envmonitor/components/ManualWork/index.vue

@@ -934,7 +934,7 @@ export default defineComponent({
               timerArr.map((item: any) => {
                 if (
                   item.formatTimer >= startTime &&
-                  item.formatTimer <= endTime
+                  item.formatTimer < endTime
                 ) {
                   item.isServiceTime = true;
                 }