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
7c265c9f336f08c64c08c3fb90ab2a00c1bbcadd
1 parent
2190ada4
链路
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/result/index.js
View file @
7c265c9
...
...
@@ -70,6 +70,7 @@ const faultDetail = () => {
faultDetailDialogTitle
.
value
=
`
$
{
row
.
faultBody
}
(
$
{
row
.
faultNo
}
)诊断报告`
;
// 当前故障编号
faultDetailDetailInfo
.
value
.
faultNo
=
row
.
faultNo
;
faultDetailDetailInfo
.
value
.
configId
=
row
.
faultconfid
;
}
return
{
...
...
Please
register
or
login
to post a comment