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
王涛
4 years ago
Commit
6244b221f913a59c57938a5daa7a5afc461c31ed
2 parents
05b0a927
4a521a47
Merge branch 'monitor-web-yuanjp' into 'master'
修改跳转失效的bug See merge request
!22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/views/iframe/insp/doc.html
hg-monitor-web-base/src/main/resources/static/src/views/iframe/insp/doc.html
View file @
6244b22
...
...
@@ -13,10 +13,9 @@
$
(
'li[lay-id="/iframe/insp/doc"] span'
).
html
(
'故障管理'
);
}
else
if
(
type
==
'jkjc'
){
$
(
'li[lay-id="/iframe/insp/doc"] span'
).
html
(
'健康检查'
);
}
else
if
(
type
=
'lxwh'
){
}
else
if
(
type
=
=
'lxwh'
){
$
(
'li[lay-id="/iframe/insp/doc"] span'
).
html
(
'例行维护'
);
}
else
if
(
type
=
'fxbg'
){
}
else
if
(
type
==
'fxbg'
){
$
(
'li[lay-id="/iframe/insp/doc"] span'
).
html
(
'分析报告'
);
}
}
...
...
Please
register
or
login
to post a comment