日志显示优化
This commit is contained in:
parent
8360498728
commit
96927278c6
@ -23,6 +23,7 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '序号',
|
||||
width: 80,
|
||||
key: '',
|
||||
render: (h, { row, column, index }) => {
|
||||
return h('span', index + 1);
|
||||
@ -30,18 +31,37 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '账号',
|
||||
width: 120,
|
||||
key: 'creator_username'
|
||||
},
|
||||
{
|
||||
title: '动作',
|
||||
width: 150,
|
||||
key: 'action'
|
||||
},
|
||||
{
|
||||
title: '请求方法',
|
||||
width: 120,
|
||||
key: 'request_method'
|
||||
},
|
||||
{
|
||||
title: '请求毫秒',
|
||||
width: 120,
|
||||
key: 'microtime'
|
||||
},
|
||||
{
|
||||
title: 'IP',
|
||||
width: 130,
|
||||
key: 'ip'
|
||||
},
|
||||
{
|
||||
title: '访问设备',
|
||||
width: 170,
|
||||
key: 'request_device'
|
||||
},
|
||||
{
|
||||
title: '访问浏览器',
|
||||
width: 200,
|
||||
key: 'request_browser'
|
||||
},
|
||||
{
|
||||
@ -52,7 +72,6 @@ export default {
|
||||
{
|
||||
title: '操作',
|
||||
key: 'action',
|
||||
width: 150,
|
||||
render: (h, { row, column, index }) => {
|
||||
let html = [];
|
||||
|
||||
|
2
public/js/app.40ef3b87.js
Normal file
2
public/js/app.40ef3b87.js
Normal file
File diff suppressed because one or more lines are too long
1
public/js/app.40ef3b87.js.map
Normal file
1
public/js/app.40ef3b87.js.map
Normal file
File diff suppressed because one or more lines are too long
2
public/js/app.4ad81ae6.js
Normal file
2
public/js/app.4ad81ae6.js
Normal file
File diff suppressed because one or more lines are too long
1
public/js/app.4ad81ae6.js.map
Normal file
1
public/js/app.4ad81ae6.js.map
Normal file
File diff suppressed because one or more lines are too long
2
public/js/chunk-bd098298.01ac0979.js
Normal file
2
public/js/chunk-bd098298.01ac0979.js
Normal file
File diff suppressed because one or more lines are too long
1
public/js/chunk-bd098298.01ac0979.js.map
Normal file
1
public/js/chunk-bd098298.01ac0979.js.map
Normal file
File diff suppressed because one or more lines are too long
2
public/js/chunk-bd098298.7aa14248.js
Normal file
2
public/js/chunk-bd098298.7aa14248.js
Normal file
File diff suppressed because one or more lines are too long
1
public/js/chunk-bd098298.7aa14248.js.map
Normal file
1
public/js/chunk-bd098298.7aa14248.js.map
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=\favicon.ico><script src=\config.js></script><title></title><link href=/css/chunk-bd098298.36d75fd0.css rel=prefetch><link href=/js/chunk-00ae0766.9e6b7bf3.js rel=prefetch><link href=/js/chunk-bd098298.ac535b07.js rel=prefetch><link href=/css/app.36043160.css rel=preload as=style><link href=/css/chunk-vendors.3c3b2e85.css rel=preload as=style><link href=/js/app.5b7b0317.js rel=preload as=script><link href=/js/chunk-vendors.02a4e5bc.js rel=preload as=script><link href=/css/chunk-vendors.3c3b2e85.css rel=stylesheet><link href=/css/app.36043160.css rel=stylesheet></head><body><noscript><strong>很抱歉,如果没有启用JavaScript,程序不能正常工作,若要继续使用请启用它。</strong></noscript><div id=app></div><script src=/js/chunk-vendors.02a4e5bc.js></script><script src=/js/app.5b7b0317.js></script></body></html>
|
||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=\favicon.ico><script src=\config.js></script><title></title><link href=/css/chunk-bd098298.36d75fd0.css rel=prefetch><link href=/js/chunk-00ae0766.9e6b7bf3.js rel=prefetch><link href=/js/chunk-bd098298.01ac0979.js rel=prefetch><link href=/css/app.36043160.css rel=preload as=style><link href=/css/chunk-vendors.3c3b2e85.css rel=preload as=style><link href=/js/app.40ef3b87.js rel=preload as=script><link href=/js/chunk-vendors.02a4e5bc.js rel=preload as=script><link href=/css/chunk-vendors.3c3b2e85.css rel=stylesheet><link href=/css/app.36043160.css rel=stylesheet></head><body><noscript><strong>很抱歉,如果没有启用JavaScript,程序不能正常工作,若要继续使用请启用它。</strong></noscript><div id=app></div><script src=/js/chunk-vendors.02a4e5bc.js></script><script src=/js/app.40ef3b87.js></script></body></html>
|
Loading…
x
Reference in New Issue
Block a user