Commit d10fae5eb72bec4fd9c23fdfefe91c957b7632e0
1 parent
48c333ed
1.进出场判断是否在规划道路行驶,对此路径的规划工具,与站点编辑在一起
Showing
2 changed files
with
3 additions
and
3 deletions
src/main/resources/static/pages/base/stationroute/list.html
src/main/resources/static/pages/base/stationroute/list_template.html
| ... | ... | @@ -11,8 +11,8 @@ |
| 11 | 11 | <th width="18%">线路名称</th> |
| 12 | 12 | <th width="18%">起点</th> |
| 13 | 13 | <th width="18%">终点</th> |
| 14 | - <th width="18%">发车时间</th> | |
| 15 | - <th width="18%">到达时间</th> | |
| 14 | + <th width="18%">实际发车时间</th> | |
| 15 | + <th width="18%">实际到达时间</th> | |
| 16 | 16 | </tr> |
| 17 | 17 | </thead> |
| 18 | 18 | <tbody></tbody> | ... | ... |