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
f3120b2a
Commit
f3120b2a
authored
Jan 03, 2024
by
shifangwuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
57f5d71a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/monitor/errorLog/index.vue
+3
-3
index.vue
src/views/monitor/loginInfo/index.vue
+2
-2
No files found.
src/views/monitor/errorLog/index.vue
View file @
f3120b2a
...
...
@@ -308,8 +308,8 @@ export default {
item
.
systemMode
=
systemMode
item
.
optionName
=
temp
[
temp
.
length
-
1
]
}
else
{
item
.
systemMode
=
undefined
item
.
optionName
=
undefined
item
.
systemMode
=
''
item
.
optionName
=
''
}
return
item
})
...
...
@@ -358,7 +358,7 @@ export default {
const
downloadElement
=
document
.
createElement
(
'a'
)
const
href
=
window
.
URL
.
createObjectURL
(
blob
)
// 创建下载的链接
downloadElement
.
href
=
href
downloadElement
.
download
=
'
操作
日志'
+
'.xls'
// 下载后文件名
downloadElement
.
download
=
'
异常
日志'
+
'.xls'
// 下载后文件名
document
.
body
.
appendChild
(
downloadElement
)
downloadElement
.
click
()
// 点击下载
document
.
body
.
removeChild
(
downloadElement
)
// 下载完成移除元素
...
...
src/views/monitor/loginInfo/index.vue
View file @
f3120b2a
...
...
@@ -210,8 +210,8 @@ export default {
page
:
1
,
rows
:
10
,
ipaddr
:
undefined
,
username
:
undefined
,
status
:
undefined
,
username
:
''
,
status
:
''
,
loginTime
:
''
}
}
...
...
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