Commit c47a2f4b11c411b65c7a30ab3f324c50590969b9
1 parent
1130cdeb
1.
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/base/stationroute/edit_stationroute_step2.html
| ... | ... | @@ -61,7 +61,7 @@ |
| 61 | 61 | <span class="required"> * </span> 站点编码 : |
| 62 | 62 | </label> |
| 63 | 63 | <div class="col-md-6"> |
| 64 | - <input type="text" class="form-control" name="station.stationCode" id="stationCodInput" placeholder="站点编码" /> | |
| 64 | + <input type="text" class="form-control" name="stationCode" id="stationCodInput" placeholder="站点编码" /> | |
| 65 | 65 | </div> |
| 66 | 66 | </div> |
| 67 | 67 | </div> | ... | ... |