Commit 2e25f1c925bff329c6c32416737cd92403ab7ac9
1 parent
ef233a6d
Signed-off-by: yrf123456 <463058651@qq.com>
Showing
3 changed files
with
11 additions
and
17 deletions
src/main/resources/static/pages/excep/mhspeedingList.html
| ... | ... | @@ -37,8 +37,8 @@ |
| 37 | 37 | <th width="8%">开始时间</th> |
| 38 | 38 | <th width="8%">结束时间</th> |
| 39 | 39 | <th width="8%">持续时间</th> |
| 40 | - <th width="8%">查看轨迹</th> | |
| 41 | - <th width="6%">操作</th> | |
| 40 | + <!-- <th width="8%">查看轨迹</th> --> | |
| 41 | + <th width="9%">操作</th> | |
| 42 | 42 | </tr> |
| 43 | 43 | <tr role="row" class="filter"> |
| 44 | 44 | <td></td> |
| ... | ... | @@ -68,8 +68,8 @@ |
| 68 | 68 | >=<input class="form-control" type="text" name="times" style="width:50px;display:inline!important" |
| 69 | 69 | onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/> |
| 70 | 70 | </td> |
| 71 | - <td> | |
| 72 | - </td> | |
| 71 | + <!-- <td> | |
| 72 | + </td> --> | |
| 73 | 73 | <td> |
| 74 | 74 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" > |
| 75 | 75 | <i class="fa fa-search"></i> 搜索</button> |
| ... | ... | @@ -94,7 +94,7 @@ |
| 94 | 94 | {{each list as obj i}} |
| 95 | 95 | <tr> |
| 96 | 96 | <td style="vertical-align: middle;"> |
| 97 | - <input type="checkbox" class="group-checkable icheck" data-id="{{obj.id}}"> | |
| 97 | + {{(i+1)}} | |
| 98 | 98 | </td> |
| 99 | 99 | <td> |
| 100 | 100 | {{obj.lineName}} |
| ... | ... | @@ -131,9 +131,6 @@ |
| 131 | 131 | 轨迹回放 |
| 132 | 132 | </a> |
| 133 | 133 | </td> |
| 134 | - <td> | |
| 135 | - | |
| 136 | - </td> | |
| 137 | 134 | </tr> |
| 138 | 135 | {{/each}} |
| 139 | 136 | {{if list.length == 0}} | ... | ... |
src/main/resources/static/pages/excep/speedingList.html
| ... | ... | @@ -36,8 +36,8 @@ |
| 36 | 36 | <th width="10%">开始时间</th> |
| 37 | 37 | <th width="10%">结束时间</th> |
| 38 | 38 | <th width="8%">持续时间</th> |
| 39 | - <th width="8%">查看轨迹</th> | |
| 40 | - <th width="6%">操作</th> | |
| 39 | + <!-- <th width="8%">查看轨迹</th> --> | |
| 40 | + <th width="8%">操作</th> | |
| 41 | 41 | </tr> |
| 42 | 42 | <tr role="row" class="filter"> |
| 43 | 43 | <td></td> |
| ... | ... | @@ -70,8 +70,8 @@ |
| 70 | 70 | >=<input class="form-control" type="text" name="times" style="width:50px;display:inline!important" |
| 71 | 71 | onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/> |
| 72 | 72 | </td> |
| 73 | - <td> | |
| 74 | - </td> | |
| 73 | + <!-- <td> | |
| 74 | + </td> --> | |
| 75 | 75 | <td> |
| 76 | 76 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" > |
| 77 | 77 | <i class="fa fa-search"></i> 搜索</button> |
| ... | ... | @@ -96,7 +96,7 @@ |
| 96 | 96 | {{each list as obj i}} |
| 97 | 97 | <tr> |
| 98 | 98 | <td style="vertical-align: middle;"> |
| 99 | - <input type="checkbox" class="group-checkable icheck" data-id="{{obj.id}}"> | |
| 99 | + {{(i+1)}} | |
| 100 | 100 | </td> |
| 101 | 101 | <td> |
| 102 | 102 | {{obj.lineName}} |
| ... | ... | @@ -130,9 +130,6 @@ |
| 130 | 130 | 查看轨迹 |
| 131 | 131 | </a> |
| 132 | 132 | </td> |
| 133 | - <td> | |
| 134 | - | |
| 135 | - </td> | |
| 136 | 133 | </tr> |
| 137 | 134 | {{/each}} |
| 138 | 135 | {{if list.length == 0}} | ... | ... |
src/main/resources/static/pages/forms/statement/mileageReport.html