Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d98a8767
authored
2020-12-24 09:03:08 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
错误日志
1 parent
1c138e2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/manage/log/index.vue
src/views/manage/log/index.vue
View file @
d98a876
...
...
@@ -25,9 +25,9 @@
</div>
<el-dialog
title=
"错误日志"
:visible
.
sync=
"outerVisible"
>
<div
v-for=
"
item in errorLog
"
>
{{
item
.
name
}}
{{
item
.
value
}}
<div
v-for=
"
(item,index) in errorLog"
:key=
"index
"
>
<span>
{{
item
.
name
}}
</span>
<br/>
<span>
{{
item
.
value
}}
</span>
</div>
</el-dialog>
...
...
Please
register
or
sign in
to post a comment