Commit 2f6b3bce391364c36d041181387f42604bab2391
1 parent
01f75beb
页面修改
Showing
1 changed file
with
3 additions
and
3 deletions
bsthLineProfiles/src/main/resources/templates/system/line/add.html
| ... | ... | @@ -32,9 +32,9 @@ |
| 32 | 32 | </div> |
| 33 | 33 | </div> |
| 34 | 34 | <div class="form-group"> |
| 35 | - <label class="col-sm-3 control-label">营运方式 全程/区间/大站/定班/跨线/B线:</label> | |
| 35 | + <label class="col-sm-3 control-label">营运方式:</label> | |
| 36 | 36 | <div class="col-sm-8"> |
| 37 | - <select name="serviceType"/> | |
| 37 | + <select name="serviceType" | |
| 38 | 38 | th:with="type=${@dict.getType('serviceType')}" |
| 39 | 39 | class="form-control m-b"> |
| 40 | 40 | <option value=""></option> |
| ... | ... | @@ -98,7 +98,7 @@ |
| 98 | 98 | </div> |
| 99 | 99 | </div> |
| 100 | 100 | <div class="form-group"> |
| 101 | - <label class="col-sm-3 control-label">营运状态 运营中/撤销/暂停:</label> | |
| 101 | + <label class="col-sm-3 control-label">营运状态:</label> | |
| 102 | 102 | <div class="col-sm-8"> |
| 103 | 103 | <select name="serviceState" |
| 104 | 104 | th:with="type=${@dict.getType('serviceState')}" | ... | ... |