diff --git a/src/jmapNew/theme/chengdu_03/menus/dialog/routeHandControl.vue b/src/jmapNew/theme/chengdu_03/menus/dialog/routeHandControl.vue
index 4e6f78823..b55472722 100644
--- a/src/jmapNew/theme/chengdu_03/menus/dialog/routeHandControl.vue
+++ b/src/jmapNew/theme/chengdu_03/menus/dialog/routeHandControl.vue
@@ -16,33 +16,33 @@
-
+
{{ handleRouteName(scope.row.name) }}
-
-
+
+
-
+
{{ handleDirection(scope.row.startSignalCode) }}
-
-
+
+
-
+
{{ scope.row.turnBack ? '折返': '直通' }}
-
-
+
+
-
+
{{ scope.row.controlType ? controlTypeMap[scope.row.controlType] : '自动' }}
-
-
+
+