Browse Source

客户资料列表UI修改

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7929 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
8fd73eadc6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/resources/tpl/index/sale/customer.html

+ 1 - 0
src/main/webapp/resources/tpl/index/sale/customer.html

@@ -118,6 +118,7 @@
 						<td class="text-center">
 								<a title="新增" style="color: #327ebe;" ng-click="addUserInfo(customer)"><i class="fa fa-plus-circle fa-lg"></i></a>&nbsp;&nbsp;
 								<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>
 							</div>
 						</td>
 					</tr>