...
|
...
|
@@ -28,11 +28,8 @@ |
|
|
<table class="table table-hover table-bordered table-list">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="50">ID</th>
|
|
|
<th width="80">用户ID</th>
|
|
|
<th>使用总时长</th>
|
|
|
<th>使用次数</th>
|
|
|
<th>平均每次使用时长</th>
|
|
|
<th>设备名称</th>
|
|
|
<th>初始医院</th>
|
|
|
<th>计费故障次数</th>
|
|
|
<th>锁故障次数</th>
|
|
|
<th>床故障次数</th>
|
...
|
...
|
@@ -42,11 +39,8 @@ |
|
|
</thead>
|
|
|
<foreach name="data" item="vo">
|
|
|
<tr>
|
|
|
<td><b>{$vo.id}</b></td>
|
|
|
<td>{$vo.users_id}</td>
|
|
|
<td>{$vo.sumTime}小时</td>
|
|
|
<td>{$vo.num}次</td>
|
|
|
<td>{$vo.average}小时</td>
|
|
|
<td>{$vo.eq_name}</td>
|
|
|
<td>{$vo.hospital}</td>
|
|
|
<td>{$vo.fault_time|default='0'}</td>
|
|
|
<td>{$vo.fault_lock|default='0'}</td>
|
|
|
<td>{$vo.fault_bed|default='0'}</td>
|
...
|
...
|
|