|
|
@@ -54,7 +54,7 @@
|
|
54
|
54
|
<th data-class="expand">通道号</th>
|
|
55
|
55
|
<th data-class="expand">IP地址</th>
|
|
56
|
56
|
<th data-hide="phone">所属厂商</th>
|
|
57
|
|
- <th data-hide="phone,tablet">所在位置</th>
|
|
|
57
|
+ <th data-hide="phone,tablet">业务类型</th>
|
|
58
|
58
|
<th data-hide="phone,tablet"> 操作</th>
|
|
59
|
59
|
</tr>
|
|
60
|
60
|
</thead>
|
|
|
@@ -68,7 +68,7 @@
|
|
68
|
68
|
<td>{{camera.channelNumber}}</td>
|
|
69
|
69
|
<td>{{camera.ip}}</td>
|
|
70
|
70
|
<td>{{camera.factory=='200'?"海康":"大华"}}</td>
|
|
71
|
|
- <td>{{camera.live==1?"仓内":camera.live==2?"仓外":"其他"}}</td>
|
|
|
71
|
+ <td>{{camera.live==1?"仓内":camera.live==2?"业务类":"安防类"}}</td>
|
|
72
|
72
|
<td>
|
|
73
|
73
|
<a href-void ng-click="showEdit(camera.id,'edit')"><i class="fa fa-edit"></i>修改</a>
|
|
74
|
74
|
<a href-void ng-click="remove(camera.id)"><i
|