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,8 +37,8 @@ | ||
| 37 | <th width="8%">开始时间</th> | 37 | <th width="8%">开始时间</th> |
| 38 | <th width="8%">结束时间</th> | 38 | <th width="8%">结束时间</th> |
| 39 | <th width="8%">持续时间</th> | 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 | </tr> | 42 | </tr> |
| 43 | <tr role="row" class="filter"> | 43 | <tr role="row" class="filter"> |
| 44 | <td></td> | 44 | <td></td> |
| @@ -68,8 +68,8 @@ | @@ -68,8 +68,8 @@ | ||
| 68 | >=<input class="form-control" type="text" name="times" style="width:50px;display:inline!important" | 68 | >=<input class="form-control" type="text" name="times" style="width:50px;display:inline!important" |
| 69 | onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/> | 69 | onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/> |
| 70 | </td> | 70 | </td> |
| 71 | - <td> | ||
| 72 | - </td> | 71 | + <!-- <td> |
| 72 | + </td> --> | ||
| 73 | <td> | 73 | <td> |
| 74 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" > | 74 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" > |
| 75 | <i class="fa fa-search"></i> 搜索</button> | 75 | <i class="fa fa-search"></i> 搜索</button> |
| @@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
| 94 | {{each list as obj i}} | 94 | {{each list as obj i}} |
| 95 | <tr> | 95 | <tr> |
| 96 | <td style="vertical-align: middle;"> | 96 | <td style="vertical-align: middle;"> |
| 97 | - <input type="checkbox" class="group-checkable icheck" data-id="{{obj.id}}"> | 97 | + {{(i+1)}} |
| 98 | </td> | 98 | </td> |
| 99 | <td> | 99 | <td> |
| 100 | {{obj.lineName}} | 100 | {{obj.lineName}} |
| @@ -131,9 +131,6 @@ | @@ -131,9 +131,6 @@ | ||
| 131 | 轨迹回放 | 131 | 轨迹回放 |
| 132 | </a> | 132 | </a> |
| 133 | </td> | 133 | </td> |
| 134 | - <td> | ||
| 135 | - | ||
| 136 | - </td> | ||
| 137 | </tr> | 134 | </tr> |
| 138 | {{/each}} | 135 | {{/each}} |
| 139 | {{if list.length == 0}} | 136 | {{if list.length == 0}} |
src/main/resources/static/pages/excep/speedingList.html
| @@ -36,8 +36,8 @@ | @@ -36,8 +36,8 @@ | ||
| 36 | <th width="10%">开始时间</th> | 36 | <th width="10%">开始时间</th> |
| 37 | <th width="10%">结束时间</th> | 37 | <th width="10%">结束时间</th> |
| 38 | <th width="8%">持续时间</th> | 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 | </tr> | 41 | </tr> |
| 42 | <tr role="row" class="filter"> | 42 | <tr role="row" class="filter"> |
| 43 | <td></td> | 43 | <td></td> |
| @@ -70,8 +70,8 @@ | @@ -70,8 +70,8 @@ | ||
| 70 | >=<input class="form-control" type="text" name="times" style="width:50px;display:inline!important" | 70 | >=<input class="form-control" type="text" name="times" style="width:50px;display:inline!important" |
| 71 | onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/> | 71 | onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/> |
| 72 | </td> | 72 | </td> |
| 73 | - <td> | ||
| 74 | - </td> | 73 | + <!-- <td> |
| 74 | + </td> --> | ||
| 75 | <td> | 75 | <td> |
| 76 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" > | 76 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" > |
| 77 | <i class="fa fa-search"></i> 搜索</button> | 77 | <i class="fa fa-search"></i> 搜索</button> |
| @@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
| 96 | {{each list as obj i}} | 96 | {{each list as obj i}} |
| 97 | <tr> | 97 | <tr> |
| 98 | <td style="vertical-align: middle;"> | 98 | <td style="vertical-align: middle;"> |
| 99 | - <input type="checkbox" class="group-checkable icheck" data-id="{{obj.id}}"> | 99 | + {{(i+1)}} |
| 100 | </td> | 100 | </td> |
| 101 | <td> | 101 | <td> |
| 102 | {{obj.lineName}} | 102 | {{obj.lineName}} |
| @@ -130,9 +130,6 @@ | @@ -130,9 +130,6 @@ | ||
| 130 | 查看轨迹 | 130 | 查看轨迹 |
| 131 | </a> | 131 | </a> |
| 132 | </td> | 132 | </td> |
| 133 | - <td> | ||
| 134 | - | ||
| 135 | - </td> | ||
| 136 | </tr> | 133 | </tr> |
| 137 | {{/each}} | 134 | {{/each}} |
| 138 | {{if list.length == 0}} | 135 | {{if list.length == 0}} |
src/main/resources/static/pages/forms/statement/mileageReport.html
| @@ -305,7 +305,7 @@ | @@ -305,7 +305,7 @@ | ||
| 305 | 305 | ||
| 306 | </tr> | 306 | </tr> |
| 307 | {{/each}} | 307 | {{/each}} |
| 308 | - {{if list.length == 0}} | 308 | + {{if list.length == 1}} |
| 309 | <tr> | 309 | <tr> |
| 310 | <td colspan="44"><h6 class="muted">没有找到相关数据</h6></td> | 310 | <td colspan="44"><h6 class="muted">没有找到相关数据</h6></td> |
| 311 | </tr> | 311 | </tr> |