diff --git a/src/views/bigTrainRunplanManage/trainFixedPath.vue b/src/views/bigTrainRunplanManage/trainFixedPath.vue index 883bb6071..e10fbcdbf 100644 --- a/src/views/bigTrainRunplanManage/trainFixedPath.vue +++ b/src/views/bigTrainRunplanManage/trainFixedPath.vue @@ -86,7 +86,9 @@ width="75" > - {{ filterSectionMap[scope.row.trackSectionCode].name }} + + {{ filterSectionMap[scope.row.trackSectionCode].name }} + - {{ stationMap[scope.row.departStationCode].name }} + + {{ stationMap[scope.row.departStationCode].name }} + - {{ mapStationDirectionData[scope.row.arriveDirectionCode].name }} + + {{ mapStationDirectionData[scope.row.arriveDirectionCode].name }} + - {{ mapStationDirectionData[scope.row.departDirectionCode].name }} + + {{ mapStationDirectionData[scope.row.departDirectionCode].name }} + - {{ stationMap[scope.row.arriveStationCode].name }} + + {{ stationMap[scope.row.arriveStationCode].name }} +