<a href="" ng-click="DialTelephone.html"
title="拨打" style="text-decoration: none">
<span class="glyphicon glyphicon-earphone" style="color:red" aria-hidden="true">
</span></a>
<tbody>
<tr ng-repeat="customer in customerList">
<td class="text-center">{{customer.type|T_}}</td>
<td class="text-center" ><a href="detail.html?cid={{customer.cid}}" title="查看" target="_blank" style="text-decoration: underline;" ng-bind="customer.cid"></a></t-bind="customer.cname">
<a href="relieveBlack.html" title="解除黑名单" data-toggle="modal" data-target="#mergeModal" ng-click="relieve(customer.cid, customer.black)" ng-cl><span style="color:red;font-weight:bold;display:{{customer.black|black_}};" >5</td>
<td class="text-center table-option"><a href="../../cresource/view/add.html?cid={{customer.cid}}" title="添加客源" target="_blank"> <span class="icon-plus text-green" aria-hidden="true"></span>
</a><a href="blacklist.html" title="拉黑" ng-click="black(customer.cid, customer.black);" data-toggle="modal" data-target="#mergeModal"> <span class="icon-ban-circle text-red" aria-hidden="true"></span></a>
<a ui-sref="callphone" data-toggle="modal" data-target="#cainmergeModal" title="拨打" style="text-decoration: none" ng-click="op($index)">
<span class="glyphicon glyphicon-earphone" style="color:red" aria-hidden="true">
</span></a>
</td>
</tr>
</tbody>
</table>
<div class="panel-footer">
<nav class="pull-right">
<pagination num-pages="pages" curr-page="page" on-select-page="selectPage(page)"></pagination>
</nav>
</div>
</div>
</div>
</div>
</div>