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

interface

@@ -28,11 +28,8 @@ @@ -28,11 +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 width="80">用户ID</th>  
33 - <th>使用总时长</th>  
34 - <th>使用次数</th>  
35 - <th>平均每次使用时长</th> 31 + <th>设备名称</th>
  32 + <th>初始医院</th>
36 <th>计费故障次数</th> 33 <th>计费故障次数</th>
37 <th>锁故障次数</th> 34 <th>锁故障次数</th>
38 <th>床故障次数</th> 35 <th>床故障次数</th>
@@ -42,11 +39,8 @@ @@ -42,11 +39,8 @@
42 </thead> 39 </thead>
43 <foreach name="data" item="vo"> 40 <foreach name="data" item="vo">
44 <tr> 41 <tr>
45 - <td><b>{$vo.id}</b></td>  
46 - <td>{$vo.users_id}</td>  
47 - <td>{$vo.sumTime}小时</td>  
48 - <td>{$vo.num}次</td>  
49 - <td>{$vo.average}小时</td> 42 + <td>{$vo.eq_name}</td>
  43 + <td>{$vo.hospital}</td>
50 <td>{$vo.fault_time|default='0'}</td> 44 <td>{$vo.fault_time|default='0'}</td>
51 <td>{$vo.fault_lock|default='0'}</td> 45 <td>{$vo.fault_lock|default='0'}</td>
52 <td>{$vo.fault_bed|default='0'}</td> 46 <td>{$vo.fault_bed|default='0'}</td>