+
+
+
+
+
+ {{ $t('rightPanel.involvedRoutes') }}:
+ {{ conflict.routeName || (conflict.routeNames && conflict.routeNames.join('、')) }}
+
+
+ 问题航段:
+ {{ conflict.fromWaypoint }} → {{ conflict.toWaypoint }}
+
+
+ {{ $t('rightPanel.conflictTime') }}:
+ {{ conflict.time }}
+
+
+ {{ $t('rightPanel.conflictPosition') }}:
+ {{ conflict.position }}
+
+
+ 建议:
+ {{ conflict.suggestion }}
+
+
+
+
+ {{ $t('rightPanel.locate') }}
+
+
+ {{ $t('rightPanel.resolveConflict') }}
+
+
+
+
+
+
+
{{ filteredConflicts.length > 0 ? $t('rightPanel.noMatchFilter') : $t('rightPanel.noConflict') }}
+
+