Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨硕
91isoft_vue_manage
Commits
436a2451
Commit
436a2451
authored
Dec 29, 2020
by
Asjoker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志修改 和 彻底干掉zt
parent
059591b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
loginInfo.js
src/api/monitor/loginInfo.js
+3
-3
index.vue
src/views/monitor/operLog/index.vue
+4
-4
No files found.
src/api/monitor/loginInfo.js
View file @
436a2451
...
...
@@ -12,7 +12,7 @@ export function list(query) {
// 删除登录日志
export
function
delLogininfo
(
infoId
)
{
return
request
({
url
:
'/
authority/monitor/logini
nfo/'
+
infoId
,
url
:
'/
monitor/loginI
nfo/'
+
infoId
,
method
:
'delete'
})
}
...
...
@@ -20,7 +20,7 @@ export function delLogininfo(infoId) {
// 清空登录日志
export
function
cleanLogininfo
()
{
return
request
({
url
:
'/
authority/monitor/logini
nfo/clean'
,
url
:
'/
monitor/loginI
nfo/clean'
,
method
:
'delete'
})
}
...
...
@@ -28,7 +28,7 @@ export function cleanLogininfo() {
// 导出登录日志
export
function
exportLogininfo
(
query
)
{
return
request
({
url
:
'/
authority/monitor/logini
nfo/export'
,
url
:
'/
monitor/loginI
nfo/export'
,
method
:
'get'
,
params
:
query
})
...
...
src/views/monitor/operLog/index.vue
View file @
436a2451
...
...
@@ -96,9 +96,9 @@
<div
class=
"mb12 font-small-bold"
>
操作日志列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"日志编号"
width=
"100"
align=
"center"
prop=
"
business
Id"
>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"日志编号"
width=
"100"
align=
"center"
prop=
"
oper
Id"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
business
Id
||
'-'
}}
{{
scope
.
row
.
oper
Id
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"系统模块"
align=
"center"
prop=
"systemMode"
>
...
...
@@ -111,9 +111,9 @@
{{
scope
.
row
.
optionName
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"请求地址"
align=
"center"
:show-overflow-tooltip=
"true"
prop=
"oper
Url
"
>
<el-table-column
label=
"请求地址"
align=
"center"
:show-overflow-tooltip=
"true"
prop=
"oper
Location
"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
oper
Url
||
'-'
}}
{{
scope
.
row
.
oper
Location
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"请求方式"
align=
"center"
prop=
"requestMethod"
>
...
...
Write
Preview
Markdown
is supported
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