Browse Source

pref: 处理无邮箱时候空显示

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

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

@@ -1016,7 +1016,7 @@
                         <td>{{user.userName}}</td>
                         <!--<td>{{user.userSex != null ? (user.userSex == 'M' || user.userSex == '男' ? '男' : '女') : '-'}}</td>-->
                         <td>{{user.userTel}}</td>
-                        <td>{{user.userEmail}}</td>
+                        <td>{{user.userEmail || '-'}}</td>
                         <td class="role-tag-area detail-role-tag">
                             <span ng-repeat="role in user.roles track by $index" ng-if="$index < 6 || user.roles.length == 7" class="role-tag bgcolor-{{role.color || 1}}">{{role.desc.substring(0,1)}}</span>
                             <span class="role-tag bgcolor-6" ng-if="user.roles.length > 7">...</span>