|
|
@@ -31,9 +31,8 @@
|
|
|
}
|
|
|
#customer-tab tbody tr{
|
|
|
background: none;
|
|
|
- height: 60px;
|
|
|
+ height: 80px;
|
|
|
border-top: #e8e8e8 1px solid;
|
|
|
- line-height: 60px;
|
|
|
}
|
|
|
#customer-tab tbody tr td{
|
|
|
text-align: center;
|
|
|
@@ -71,6 +70,9 @@
|
|
|
top: 10px;
|
|
|
right: 0;
|
|
|
}
|
|
|
+#customer-tab table tr td a{
|
|
|
+ color: #5078cb;
|
|
|
+}
|
|
|
</style>
|
|
|
<div class="loading in" ng-class="{'in': loading}">
|
|
|
<i></i>
|
|
|
@@ -100,11 +102,11 @@
|
|
|
<tr class="header">
|
|
|
<th width="80">UU</th>
|
|
|
<th width="180">客户名称</th>
|
|
|
- <th width="200">地址</th>
|
|
|
+ <th width="180">地址</th>
|
|
|
<th width="80">客户联系人</th>
|
|
|
<th width="100">联系人电话</th>
|
|
|
<th width="80">我方联系人</th>
|
|
|
- <th width="70">用户分配</th>
|
|
|
+ <th width="110">用户分配</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody ng-repeat="customer in $data" ng-mouseenter="showUserInfo(customer,true)" ng-mouseleave="showUserInfo(customer,false)">
|
|
|
@@ -116,9 +118,10 @@
|
|
|
<td ng-bind="::customer.myUser.userTel"></td>
|
|
|
<td class="text-center" ng-bind="::customer.vendorUser.userName"></td>
|
|
|
<td class="text-center">
|
|
|
- <a title="新增" style="color: #327ebe;" ng-click="addUserInfo(customer)"><i class="fa fa-plus-circle fa-lg"></i></a>
|
|
|
- <a title="展开" class="text-muted" ng-click="open(customer,$index)"><i class="fa fa-toggle-down fa-lg"></i></a>
|
|
|
- <a ng-click="viewDetail(customer.id)">查看详情</a>
|
|
|
+ <!--<a title="展开" class="text-muted" ng-click="open(customer,$index)"><i class="fa fa-toggle-down fa-lg"></i></a>-->
|
|
|
+ <a ng-click="viewDetail(customer.id)">查看详情</a>
|
|
|
+ <a title="新增" style="color: #327ebe;" ng-click="addUserInfo(customer)"><!--<i class="fa fa-plus-circle fa-lg">-->分配</i></a>
|
|
|
+
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|