Commit 9f82216cd645d5cf06673d0ebd9b92bf4c2f2b62

Authored by 王通
1 parent 7c7f4b13

1.设备查询列表显示异常bug修复

src/main/resources/static/real_control_v2/fragments/line_schedule/car_info_all.html
... ... @@ -15,7 +15,7 @@
15 15 <th style="width: 13%;">当前执行任务</th>
16 16 <th style="width: 7%;">状态</th>
17 17 <th style="width: 19%">最后gps时间</th>
18   - <th>请求出场</th>
  18 + <th style="width: 11%">请求出场</th>
19 19 </tr>
20 20 </thead>
21 21 <tbody>
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/all_devices.html
... ... @@ -61,7 +61,7 @@
61 61 <th style="width: 11%;">设备号</th>
62 62 <th style="width: 12%;">走向/营运</th>
63 63 <th style="width: 9%;">程序版本</th>
64   - <th>最后GPS时间</th>
  64 + <th style="width: 15%">最后GPS时间</th>
65 65 <th style="width: 8%;">状态</th>
66 66 <th style="width: 6%;">源</th>
67 67 </tr>
... ...