作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

@@ -28,8 +28,8 @@ @@ -28,8 +28,8 @@
28 <table class="table table-hover table-bordered table-list"> 28 <table class="table table-hover table-bordered table-list">
29 <thead> 29 <thead>
30 <tr> 30 <tr>
31 - <th width="50">ID</th>  
32 - <th>用户ID</th> 31 + <!--<th width="50">ID</th>-->
  32 + <th width="50">用户ID</th>
33 <th>使用总时长</th> 33 <th>使用总时长</th>
34 <th>使用次数</th> 34 <th>使用次数</th>
35 <th>平均每次使用时长</th> 35 <th>平均每次使用时长</th>
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 </thead> 42 </thead>
43 <foreach name="data" item="vo"> 43 <foreach name="data" item="vo">
44 <tr> 44 <tr>
45 - <td><b>{$vo.id}</b></td> 45 + <!--<td><b>{$vo.id}</b></td>-->
46 <td>{$vo.users_id}</td> 46 <td>{$vo.users_id}</td>
47 <td>{$vo.sumTime}小时</td> 47 <td>{$vo.sumTime}小时</td>
48 <td>{$vo.num}次</td> 48 <td>{$vo.num}次</td>