自动化立体仓库 - WMS系统
#
vincent
2020-05-25 7183b5182d3c29494baba88db1b74e718690a942
#
2个文件已修改
5 ■■■■■ 已修改文件
src/main/webapp/static/js/basWrkStatus/basWrkStatus.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/operateLog/operateLog.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
@@ -14,6 +14,7 @@
        page: true,
        limit: 16,
        skin: 'line',
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
src/main/webapp/static/js/operateLog/operateLog.js
@@ -13,14 +13,14 @@
        url: baseUrl+'/operateLog/list/auth',
        page: true,
        limit: 16,
        // even: true,
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
            ,{field: 'action', align: 'center',title: '访问地址'}
            ,{field: 'userId$', align: 'center',title: '用户',event: 'userId', style: 'text-decoration: underline;cursor:pointer'}
            ,{field: 'userId$', align: 'center',title: '用户',event: 'userId'}
            ,{field: 'ip',  edit:'text', align: 'center',title: '客户端IP'}
            ,{field: 'request', align: 'center',title: '请求数据'}
            ,{field: 'response', align: 'center',title: '响应数据'}