Sfoglia il codice sorgente

fix:加班展示处理

chenzhen2 2 anni fa
parent
commit
1210410a10
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
                 }