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
2022-08-03 22:19:37 +0800
Commit
617ad122facf7cfb2fa22ae7c8b3ad1d333bd2fa
1 parent
8bb8bf17
故障管理更多列表出现undeifind
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/service.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/service.js
View file @
617ad12
...
...
@@ -351,7 +351,7 @@ const faultEvent = () => {
};
colObj
[
'render'
]
=
(
row
)
=>
{
if
(
row
)
{
if
(
row
[
kpiId
]
)
{
return
`
<
span
style
=
"text-decoration: underline;color:#1e9fff;"
>
$
{
row
[
kpiId
]}
<
/span>
`
}
return
''
;
...
...
Please
register
or
login
to post a comment