From a0d8732c1d698b25850c0949f7b8967333d67d21 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 21 三月 2026 22:22:51 +0800
Subject: [PATCH] #
---
src/main/webapp/views/watch/stationTrace.html | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/watch/stationTrace.html b/src/main/webapp/views/watch/stationTrace.html
index 5db8a43..10a59d3 100644
--- a/src/main/webapp/views/watch/stationTrace.html
+++ b/src/main/webapp/views/watch/stationTrace.html
@@ -874,6 +874,7 @@
loopAlertText: '缁曞湀鎻愮ず',
loopAlertCount: '缁曞湀绱',
loopRepeatCount: '缁曞湀绱',
+ loopTriggerSource: '瑙﹀彂鏉ユ簮',
loopScopeType: '璇嗗埆鑼冨洿',
loopStationCount: '褰撳墠鐜寖鍥寸珯鐐规暟',
sourceLoopStationCount: '鎵�鍦ㄥぇ鐜珯鐐规暟',
@@ -891,6 +892,22 @@
if (value == null || value === '') {
return;
}
+ if (key === 'loopAlertType') {
+ if (value === 'OUT_ORDER_CIRCLE') {
+ value = '鎺掑簭鐜嚎';
+ } else if (value === 'LARGE_LOOP') {
+ value = '澶х幆绾�';
+ } else if (value === 'SMALL_LOOP') {
+ value = '灏忕幆绾�';
+ }
+ }
+ if (key === 'loopTriggerSource') {
+ if (value === 'OUT_ORDER_CIRCLE') {
+ value = '鎺掑簭缁曞湀';
+ } else if (value === 'RUN_BLOCK_REROUTE') {
+ value = '鍫靛閲嶈鍒�';
+ }
+ }
var text = Array.isArray(value) ? value.join(' -> ') : String(value);
result.push((labelMap[key] || key) + ': ' + text);
});
--
Gitblit v1.9.1