...
|
...
|
@@ -28,8 +28,8 @@ |
|
|
<table class="table table-hover table-bordered table-list">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="50">ID</th>
|
|
|
<th>用户ID</th>
|
|
|
<!--<th width="50">ID</th>-->
|
|
|
<th width="50">用户ID</th>
|
|
|
<th>使用总时长</th>
|
|
|
<th>使用次数</th>
|
|
|
<th>平均每次使用时长</th>
|
...
|
...
|
@@ -42,7 +42,7 @@ |
|
|
</thead>
|
|
|
<foreach name="data" item="vo">
|
|
|
<tr>
|
|
|
<td><b>{$vo.id}</b></td>
|
|
|
<!--<td><b>{$vo.id}</b></td>-->
|
|
|
<td>{$vo.users_id}</td>
|
|
|
<td>{$vo.sumTime}小时</td>
|
|
|
<td>{$vo.num}次</td>
|
...
|
...
|
|