wzp
2022-10-26 a3022b7241480fd71dae97443d98f12e313056be
web/web/SysUser.aspx
@@ -21,31 +21,31 @@
                            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>");
                            }
                            else if (this.UserType == 2) {
                                html.push("<td>" + "业务员" + "</td>");
                            }
                            else if (this.UserType == 3) {
                                html.push("<td>" + "业务主管" + "</td>");
                            }
                            else if (this.UserType == 4) {
                                html.push("<td>" + "业务总监" + "</td>");
                            }
                            else if (this.UserType == 5) {
                                html.push("<td>" + "客服人员" + "</td>");
                            }
                            else if (this.UserType == 6) {
                                html.push("<td>" + "财务人员" + "</td>");
                            }
                            else if (this.UserType == 99) {
                                html.push("<td>" + "其他" + "</td>");
                            }
                            else {
                                html.push("<td>" + "" + "</td>");
                            }**/
                            //if (this.UserType == 1) {
                            //    html.push("<td>" + "管理员" + "</td>");
                            //}
                            //else if (this.UserType == 2) {
                            //    html.push("<td>" + "业务员" + "</td>");
                            //}
                            //else if (this.UserType == 3) {
                            //    html.push("<td>" + "业务主管" + "</td>");
                            //}
                            //else if (this.UserType == 4) {
                            //    html.push("<td>" + "业务总监" + "</td>");
                            //}
                            //else if (this.UserType == 5) {
                            //    html.push("<td>" + "客服人员" + "</td>");
                            //}
                            //else if (this.UserType == 6) {
                            //    html.push("<td>" + "财务人员" + "</td>");
                            //}
                            //else if (this.UserType == 99) {
                            //    html.push("<td>" + "其他" + "</td>");
                            //}
                            //else {
                            //    html.push("<td>" + "" + "</td>");
                            //}
                            html.push("<td>" + this.Mobile + "</td>");
                            html.push("<td>" + formatFlagIcon(this.MobileFlag) + "</td>");
@@ -648,6 +648,7 @@
        <div id="mask" class="mask">
            <span></span>
            <img src="img/spinning-circles.svg" alt="载入中..." /></div>
    </div>
            <img src="img/spinning-circles.svg" alt="载入中..." />
        </div>
   </asp:Content>