Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
fcdecf25
Commit
fcdecf25
authored
Nov 17, 2021
by
季圣华
Browse files
优化日志查询
parent
6f2bcf7f
Changes
1
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/LogList.vue
View file @
fcdecf25
...
...
@@ -28,6 +28,11 @@
</a-form-item>
</a-col>
<template
v-if=
"toggleSearchStatus"
>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"操作员"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"请输入操作员账号或姓名"
v-model=
"queryParam.userInfo"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"操作IP"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"请输入操作IP"
v-model=
"queryParam.clientIp"
></a-input>
...
...
@@ -96,6 +101,7 @@
operation
:
''
,
content
:
''
,
createTimeRange
:[],
userInfo
:
''
,
clientIp
:
''
,
status
:
''
},
...
...
@@ -114,7 +120,8 @@
},
{
title
:
'
操作模块
'
,
dataIndex
:
'
operation
'
,
width
:
120
},
{
title
:
'
操作详情
'
,
align
:
"
left
"
,
dataIndex
:
'
content
'
,
scopedSlots
:
{
customRender
:
'
content
'
},
width
:
350
},
{
title
:
'
操作人员
'
,
dataIndex
:
'
userName
'
,
width
:
100
,
align
:
"
center
"
},
{
title
:
'
操作员账号
'
,
dataIndex
:
'
loginName
'
,
width
:
80
,
align
:
"
center
"
},
{
title
:
'
操作员姓名
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
align
:
"
center
"
},
{
title
:
'
操作状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
customRender
:
function
(
text
)
{
...
...
@@ -126,7 +133,7 @@
}
},
{
title
:
'
操作IP
'
,
dataIndex
:
'
clientIp
'
,
width
:
110
,
align
:
"
center
"
},
{
title
:
'
操作时间
'
,
dataIndex
:
'
createTimeStr
'
,
width
:
1
5
0
,
align
:
"
center
"
}
{
title
:
'
操作时间
'
,
dataIndex
:
'
createTimeStr
'
,
width
:
1
2
0
,
align
:
"
center
"
}
],
operateColumn
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment