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,9 +32,9 @@ | ||
| 32 | </div> | 32 | </div> |
| 33 | </div> | 33 | </div> |
| 34 | <div class="form-group"> | 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 | <div class="col-sm-8"> | 36 | <div class="col-sm-8"> |
| 37 | - <select name="serviceType"/> | 37 | + <select name="serviceType" |
| 38 | th:with="type=${@dict.getType('serviceType')}" | 38 | th:with="type=${@dict.getType('serviceType')}" |
| 39 | class="form-control m-b"> | 39 | class="form-control m-b"> |
| 40 | <option value=""></option> | 40 | <option value=""></option> |
| @@ -98,7 +98,7 @@ | @@ -98,7 +98,7 @@ | ||
| 98 | </div> | 98 | </div> |
| 99 | </div> | 99 | </div> |
| 100 | <div class="form-group"> | 100 | <div class="form-group"> |
| 101 | - <label class="col-sm-3 control-label">营运状态 运营中/撤销/暂停:</label> | 101 | + <label class="col-sm-3 control-label">营运状态:</label> |
| 102 | <div class="col-sm-8"> | 102 | <div class="col-sm-8"> |
| 103 | <select name="serviceState" | 103 | <select name="serviceState" |
| 104 | th:with="type=${@dict.getType('serviceState')}" | 104 | th:with="type=${@dict.getType('serviceState')}" |