Commit 9f82216cd645d5cf06673d0ebd9b92bf4c2f2b62
1 parent
7c7f4b13
1.设备查询列表显示异常bug修复
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/car_info_all.html
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | <th style="width: 13%;">当前执行任务</th> | 15 | <th style="width: 13%;">当前执行任务</th> |
| 16 | <th style="width: 7%;">状态</th> | 16 | <th style="width: 7%;">状态</th> |
| 17 | <th style="width: 19%">最后gps时间</th> | 17 | <th style="width: 19%">最后gps时间</th> |
| 18 | - <th>请求出场</th> | 18 | + <th style="width: 11%">请求出场</th> |
| 19 | </tr> | 19 | </tr> |
| 20 | </thead> | 20 | </thead> |
| 21 | <tbody> | 21 | <tbody> |
src/main/resources/static/real_control_v2/fragments/north/nav/all_devices.html
| @@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
| 61 | <th style="width: 11%;">设备号</th> | 61 | <th style="width: 11%;">设备号</th> |
| 62 | <th style="width: 12%;">走向/营运</th> | 62 | <th style="width: 12%;">走向/营运</th> |
| 63 | <th style="width: 9%;">程序版本</th> | 63 | <th style="width: 9%;">程序版本</th> |
| 64 | - <th>最后GPS时间</th> | 64 | + <th style="width: 15%">最后GPS时间</th> |
| 65 | <th style="width: 8%;">状态</th> | 65 | <th style="width: 8%;">状态</th> |
| 66 | <th style="width: 6%;">源</th> | 66 | <th style="width: 6%;">源</th> |
| 67 | </tr> | 67 | </tr> |