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
Plain Diff
Browse Files
Authored by
王涛
2022-08-03 22:21:27 +0800
Commit
6fa5d76f4da34ed9eaee9d49098874cc4e4da7d6
2 parents
403e3930
baa09897
Merge branch 'master-v32-xwx' into 'master'
故障管理更多列表出现undeifind See merge request
!826
Hide 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 @
6fa5d76
...
...
@@ -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