xby-y
2026-04-09 b3ff80e45d24a821ca0731983b1546b48570cdf1
项目代码/大屏/src/views/indexs/sc02-task-info.vue
@@ -202,7 +202,7 @@
    startAutoRefresh() {
      this.refreshInterval = setInterval(() => {
        this.getTaskData();
      }, 10000);
      }, 30000);
    },
    // 鍋滄鑷姩鍒锋柊
@@ -237,7 +237,7 @@
        return '鍏ュ簱';
      } else if (status >= 100 && status < 200) {
        return '鍑哄簱';
      } else if (status >= 300 && status < 400) {
      } else if (status >= 300 && status <= 410) {
        return '绉诲簱';
      }