Browse Source

处理BUG

wangcz 7 years ago
parent
commit
987e584b26
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/view/sso/staffManagement.html

+ 2 - 2
src/main/webapp/resources/view/sso/staffManagement.html

@@ -1010,12 +1010,12 @@
                         <td class="edit-btn-area">
                             <!--<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>-->
                             <div ng-if="user.userUU != userInfo.userUU">  <!--&& enterprise.enAdminuu != user.userUU-->
-                                <span ng-click="addVendor(user)" title="客户分配">b2b客户分配</span>
+                                <span ng-click="addVendor(user)" title="客户分配">B2B客户分配</span>
                                 <span ng-click="editUserRole(user)" title="角色分配"><i></i>角色分配</span>
                                 <span ng-click="setShowDelUserFlag(true, user)" title="删除"><i></i>删除</span>
                             </div>
                             <div ng-if="user.userUU == userInfo.userUU">
-                                <span disabled="false" title="客户分配" style="color: #606168; cursor: not-allowed;"><i></i>b2b客户分配</span>
+                                <span disabled="false" title="客户分配" style="color: #606168; cursor: not-allowed;"><i></i>B2B客户分配</span>
                                 <span disabled="false" title="角色分配" style="color: #606168; cursor: not-allowed;"><i></i>角色分配</span>
                                 <span disabled="false" title="删除" style="color: #606168; cursor: not-allowed;"><i></i>删除</span>
                             </div>