Commit 022f99d96f20ca7dcc5793534da576db14bee13b
1 parent
47c2d764
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/base/stationroute/tzzj.html
| ... | ... | @@ -47,7 +47,7 @@ |
| 47 | 47 | </td> |
| 48 | 48 | <td> |
| 49 | 49 | <!-- <input type="text" readonly class="form-control form-filter input-sm" name="station_{{i+1}}" value="{{obj.name}}">--> |
| 50 | - {{obj.name}} | |
| 50 | + {{obj.stationRouteName}} | |
| 51 | 51 | </td> |
| 52 | 52 | <td> |
| 53 | 53 | <input type="text" class="form-control form-filter input-sm" name="dis_{{obj.stationRouteId}}" value="{{obj.stationRouteDistances * 1000}}"> | ... | ... |