Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
4b9f89a951409dd2f79acd228c5ee7f27c899ccf
1 parent
62b24271
【659】活动告警告警消除和恢复人的名称建议取用户的昵称
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
hg-monitor-web-qh/src/main/resources/static/src/views/layout.html
hg-monitor-web-qh/src/main/resources/static/src/views/layout.html
View file @
4b9f89a
...
...
@@ -390,7 +390,7 @@
<
span
>
{{
layui
.
util
.
toDateString
(
item
.
confirmTime
)}}
<
/span
>
<
ul
>
<
li
>
备注:
{{
item
.
remark
}}
<
/li
>
<
li
>
告警确认人:
{{
item
.
confirmUser
Id
}}
<
/li
>
<
li
>
告警确认人:
{{
item
.
confirmUser
NickName
}}
<
/li
>
<
li
>
紧急程度:
{{
item
.
levelName
}}
<
/li
>
<
/ul
>
<
/div
>
...
...
@@ -405,7 +405,7 @@
<
span
>
备注:
{{
item
.
remark
}}
<
/span
>
<
ul
>
<
li
>
告警关闭时间:
{{
layui
.
util
.
toDateString
(
item
.
closeTime
)}}
<
/li
>
<
li
>
告警关闭人:
{{
item
.
closeUser
Id
}}
<
/li
>
<
li
>
告警关闭人:
{{
item
.
closeUser
NickName
}}
<
/li
>
<
li
>
关闭范围:
{{
closeTypeStr
}}
<
/li
>
<
li
>
关闭时长:
{{
item
.
closeDuration
}}
小时
<
/li
>
<
/ul
>
...
...
@@ -421,7 +421,7 @@
<
span
>
备注:
{{
item
.
remark
}}
<
/span
>
<
ul
>
<
li
>
告警恢复时间:
{{
layui
.
util
.
toDateString
(
item
.
resumeTime
)}}
<
/li
>
<
li
>
告警恢复人:
{{
item
.
resumeUser
Id
}}
<
/li
>
<
li
>
告警恢复人:
{{
item
.
resumeUser
NickName
}}
<
/li
>
<
li
>
恢复类型:
{{
resumeTypeStr
}}
<
/li
>
<
/ul
>
<
/div
>
...
...
Please
register
or
login
to post a comment