duan
2024-08-21 22bd5bc1ce2b49284cc2f042c7f4f48619fcf85b
src/DIXWeb.Web/Scripts/Organize/User/Index.js
@@ -37,18 +37,19 @@
        pagePosition: 'bottom',
        pageSize: 10,
        pageNumber: 1,
        pageList: [2, 10, 15, 20, 30, 50],
        pageList: [2, 10, 15, 20, 30, 50,100,200,500,1000],
        toolbar: '#searchUserToolBar',
        columns: [[
            { title: '序号', width: 100, field: 'Id', hidden: true },
            { title: '编号', width: 80, field: 'UserNo', },
            { title: '名称', width: 80, field: 'UserName', },
            { title: '组织', width: 80, field: 'OrgName', },
            { title: '角色', width: 80, field: 'RoleName', },
            { title: '组织', width: 120, field: 'OrgName', },
            { title: '角色', width: 120, field: 'RoleName', },
            { title: '电话', width: 100, field: 'MobilePhone', },
            { title: '座机', width: 100, field: 'Tel', },
            { title: '邮件', width: 100, field: 'Email', },
            { title: '地址', width: 100, field: 'Address', },
            /*
            {
                title: '生日', width: 100, field: 'BirthDay',
                formatter: function (value, row, index) {
@@ -56,7 +57,8 @@
                    return time.getFullYear() + '-' + (time.getMonth()+1) + '-' + time.getDate();
                }
            },
            { title: '身份证', width: 100, field: 'IdCard', },
            */
            //{ title: '身份证', width: 100, field: 'IdCard', },
            {
                title: '状态', width: 100, field: 'UserStatu', formatter: function (value, row, index) {
                    if (value == 1) {