浏览代码

初始化

LIJIAN 1 月之前
父节点
当前提交
dc351d150c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ema-admin/src/main/resources/web/pages/log/log_list.html

+ 1 - 1
ema-admin/src/main/resources/web/pages/log/log_list.html

@@ -80,7 +80,7 @@
                 cols: [[
                     { field: 'type', title: '操作类型', width: 150 },
                     { field: 'title', title: '操作模块', width: 200 },
-                    { field: 'url', title: '请求地址', width: 120 },
+                    { field: 'url', title: '请求地址' },
                     { field: 'userName', title: '操作人', width: 120 },
                     { field: 'ip', title: 'IP地址', width: 150 },
                     { field: 'region', title: '操作地点', width: 150 },