中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 d9c5a848503c3181d582e5acb5256288a9917ae2
src/main/webapp/static/js/user/user.js
@@ -15,7 +15,7 @@
    insTb2 = table.render({
        elem: '#userTable',
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/user/list/auth',
        url: baseUrl+'/user/page/auth',
        page: true,
        limit: 15,
        limits: [15, 30, 50, 100, 200, 500],
@@ -23,7 +23,7 @@
        height: 'full-100',
        cols: [[
            {type: 'checkbox'}
            ,{field: 'hostName', align: 'center',title: '授权商户', templet: '#hostTpl', width: 140}
            ,{field: 'deptName', align: 'center',title: '所属部门', templet: '#deptTpl', width: 140}
            // ,{field: 'nickname', align: 'center',title: '用户名'}
            ,{field: 'mobile', align: 'center',title: '手机号'}
            ,{field: 'username', align: 'center',title: '用户名'}