From b3ff80e45d24a821ca0731983b1546b48570cdf1 Mon Sep 17 00:00:00 2001
From: xby-y <2251528873@qq.com>
Date: 星期四, 09 四月 2026 14:28:51 +0800
Subject: [PATCH] 添加日志信息
---
项目代码/大屏/src/views/indexs/sc01-task-info.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue"
index 6a3946c..c0d15c3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue"
@@ -28,7 +28,7 @@
// 鑾峰彇浠诲姟鏁版嵁
getTaskData() {
import('@/api/api').then(({ WCS_GET }) => {
- WCS_GET('/api/Task/GetRoadwayTaskProgress', { roadway: 'SC01' })
+ WCS_GET("/api/Task/GetRoadwayTaskProgress", { roadway: 'SC01' })
.then((response) => {
console.log("SC01浠诲姟鏁版嵁鍝嶅簲:", response);
@@ -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 '绉诲簱';
}
@@ -273,7 +273,7 @@
199: '寮傚父'
};
return outStatusMap[status] || '鍑哄簱';
- } else if (status >= 300 && status < 400) {
+ } else if (status >= 300 && status <= 400) {
const relocationStatusMap = {
300: '鏂板缓',
315: '绉诲簱鎵ц涓�',
@@ -283,7 +283,7 @@
return relocationStatusMap[status] || '绉诲簱';
}
- return '鏈煡';
+ return '绉诲簱';
},
// 鑾峰彇鐘舵�佸搴旂殑CSS绫�
--
Gitblit v1.9.3