diff --git a/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue b/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue index e53917046..af839900b 100644 --- a/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue +++ b/src/jmapNew/theme/datie_02/menus/dialog/sendRunplan.vue @@ -39,7 +39,11 @@ prop="arriveRunPlan.accessName" label="方向" width="105" - /> + > + + {{ scope.row.arriveRunPlan.accessName }} + + + > + + {{ scope.row.departRunPlan.accessName }} + + diff --git a/src/jmapNew/theme/datie_02/menus/runplanPane.vue b/src/jmapNew/theme/datie_02/menus/runplanPane.vue index 662cee088..966b0bcc5 100644 --- a/src/jmapNew/theme/datie_02/menus/runplanPane.vue +++ b/src/jmapNew/theme/datie_02/menus/runplanPane.vue @@ -65,6 +65,9 @@ 接车口 3 + + {{ scope.row.arriveRunPlan.accessName }} + @@ -249,6 +252,9 @@ 发车口 22 + + {{ scope.row.departRunPlan.accessName }} + @@ -730,6 +736,7 @@ export default { padding-right:0; text-align: center; font-size: 15px; + white-space: nowrap; // display: flex; // flex-direction: column-reverse; // align-items: center;