|
@@ -159,6 +159,29 @@
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+<div class="pane base-info">
|
|
|
|
|
+ <div class="pane-header">
|
|
|
|
|
+ 我的客户
|
|
|
|
|
+ <div class="pull-right">
|
|
|
|
|
+ 共 {{distributes.length}} 客户
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="pane-body">
|
|
|
|
|
+ <table class="block table table-default table-striped">
|
|
|
|
|
+ <tr class="header">
|
|
|
|
|
+ <th width="90">UU</th>
|
|
|
|
|
+ <th width="120">企业名称</th>
|
|
|
|
|
+ <th width="80">简称</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr ng-repeat="distribute in distributes">
|
|
|
|
|
+ <td ng-bind="distribute.myEnterprise.uu" class="text-center"></td>
|
|
|
|
|
+ <td ng-bind="distribute.myEnterprise.enName" class="text-center"></td>
|
|
|
|
|
+ <td ng-bind="distribute.myEnterprise.enShortname" class="text-center"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+</div>
|
|
|
|
|
+
|
|
|
<script type="text/ng-template" id="updatePassword.html">
|
|
<script type="text/ng-template" id="updatePassword.html">
|
|
|
<div class="modal-header">
|
|
<div class="modal-header">
|
|
|
<h3 class="modal-title"><i class="fa fa-lock fa-fw"></i>修改密码</h3>
|
|
<h3 class="modal-title"><i class="fa fa-lock fa-fw"></i>修改密码</h3>
|