web/web/SysUser.aspx
@@ -18,8 +18,10 @@ var html = []; $.each(result.Message.Table, function(i) { html.push("<tr>"); html.push("<td>" + this.Account + "</td>"); html.push("<td>" + this.Account + "</td>"); html.push("<td>" + this.UserName + "</td>"); html.push("<td>" + this.RoleNames + "</td>"); /** if (this.UserType == 1) { html.push("<td>" + "管理员" + "</td>"); } @@ -43,7 +45,7 @@ } else { html.push("<td>" + "" + "</td>"); } }**/ html.push("<td>" + this.Mobile + "</td>"); html.push("<td>" + formatFlagIcon(this.MobileFlag) + "</td>");