自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-27 aa7c4ba35f1201615c18e47e54899a873eea28d3
src/main/webapp/static/js/operateLog/operateLog.js
@@ -13,6 +13,7 @@
        url: baseUrl+'/operateLog/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
@@ -20,8 +21,8 @@
            {type: 'checkbox'}
            ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
            ,{field: 'action', align: 'center',title: '访问地址'}
            ,{field: 'userId$', align: 'center',title: '用户',event: 'userId'}
            ,{field: 'ip', edit:'text', align: 'center',title: '客户端IP'}
            ,{field: 'userId$', align: 'center',title: '用户'}
            ,{field: 'ip', align: 'center',title: '客户端IP'}
            ,{field: 'request', align: 'center',title: '请求数据'}
            ,{field: 'response', align: 'center',title: '响应数据'}
            ,{field: 'createTime$', align: 'center',title: '添加时间'}