|
|
@@ -307,17 +307,17 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="user-list">
|
|
|
+ <!--<div class="user-list">
|
|
|
<div class="user-list-head count_basic">
|
|
|
<div class="basic_title">
|
|
|
- <span>企业成员信息</span><!--<span class="fr"><a href="#">修改</a><a href="#">提交</a><a href="#">删除</a></span>-->
|
|
|
+ <span>企业成员信息</span><!–<span class="fr"><a href="#">修改</a><a href="#">提交</a><a href="#">删除</a></span>–>
|
|
|
<span class="pull-right" ng-show="userInfo.sys">
|
|
|
<a title="新增用户默认密码为111111" ng-show="adding == true" class="btn btn-success btn-sm" ng-disabled="newUserForm.$invalid" ng-click="addUser(newUser)" class="text-simple" style="color: #fff;">
|
|
|
<i class="fa fa-user-plus fa-fw"></i>确定添加</a>
|
|
|
<a ng-click="adding = false" ng-show="adding == true" class="text-simple"><i class="fa fa-user-plus fa-fw"></i>
|
|
|
取消
|
|
|
</a>
|
|
|
- <!-- 添加用户 start -->
|
|
|
+ <!– 添加用户 start –>
|
|
|
<div class="row-operator2">
|
|
|
<a ng-show="adding != true" class="text-simple operator-trigger" href="javascript:void(0);">
|
|
|
<i class="fa fa-user-plus fa-fw"></i>
|
|
|
@@ -328,7 +328,7 @@
|
|
|
<li><a ng-click="addExistUser()">添加已注册用户</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <!-- 添加用户 end -->
|
|
|
+ <!– 添加用户 end –>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -350,7 +350,7 @@
|
|
|
<th width="140">邮箱</th>
|
|
|
<th width="100">角色</th>
|
|
|
<th width="80"> </th>
|
|
|
- <!--<th width="50" ng-show="active=='chargeapply'">操作</th>-->
|
|
|
+ <!–<th width="50" ng-show="active=='chargeapply'">操作</th>–>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -399,9 +399,9 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <!--<a class="operator-trigger" href="javascript:void(0);"><i class="fa fa-pencil fa-lg" ng-show="(userInfo.sys && enterprise.enAdminuu != user.userUU) || users.length == 1"></i></a>-->
|
|
|
- <ul class="list-unstyle list-inline operator-menu" ng-show="(userInfo.sys && enterprise.enAdminuu != user.userUU) || users.length == 1">
|
|
|
- <!--<li><a ng-click="editUserRole(u)"><i class="fa fa-fw fa-pencil-square-o" style="color: #fff"></i>编辑</a></li>-->
|
|
|
+ <!–<a class="operator-trigger" href="javascript:void(0);"><i class="fa fa-pencil fa-lg" ng-show="(userInfo.sys && enterprise.enAdminuu != user.userUU) || users.length == 1"></i></a>–>
|
|
|
+ <ul class="list-unstyle list-inline operator-menu" ng-show="(userInfo.sys && enterprise.enAdminuu != user.userUU)">
|
|
|
+ <!–<li><a ng-click="editUserRole(u)"><i class="fa fa-fw fa-pencil-square-o" style="color: #fff"></i>编辑</a></li>–>
|
|
|
<li><a ng-click="removeUser(user)" ng-if="user.userUU != userInfo.userUU" title="删除"><i class="fa fa-fw fa-trash-o" style="color: #fff"></i>删除</a></li>
|
|
|
</ul>
|
|
|
</td>
|
|
|
@@ -409,7 +409,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</form>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--安全设置-->
|