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
王涛
3 years ago
Commit
75dd1089e0af2a587596d64aa4c6cda59248ed10
1 parent
23d3b40b
资源下划线
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.js
View file @
75dd108
...
...
@@ -354,6 +354,9 @@ const resDetail = (props,openLine) => {
label
:
"指标值"
,
click
:
function
(
row
){
openLine
(
row
);
},
render
:
function
(
row
){
return
`
<
span
style
=
"text-decoration: underline;color: blue;"
>
$
{
row
.
kpiValue
}
<
/span>
`
}
},
{
prop
:
"collTime"
,
...
...
Please
register
or
login
to post a comment