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
袁晋鹏
3 years ago
Commit
2953bfb83b4c1a1894f0b96e5a6b2f2b82acec7b
2 parents
ae25febf
b209a9b6
Merge remote-tracking branch 'origin/master-500-dev' into master-500-dev
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
2953bfb
...
...
@@ -1319,13 +1319,13 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
arrayList
=
array
.
join
(
" "
);
}
let
flagSelect
=
layer
.
open
({
title
:
[
'指标选择'
],
title
:
[
'指标
flag
选择'
],
type
:
1
,
area
:
[
'30%'
,
'
30
%'
],
area
:
[
'30%'
,
'
15
%'
],
shadeClose
:
true
,
//开启遮罩层
id
:
'flag_select_div'
,
// content: laytpl(res.body).render(JSON.stringify(params)),
content
:
'<div style="padding:
6px;
">'
+
arrayList
+
'</div>'
,
content
:
'<div style="padding:
15px 18px
">'
+
arrayList
+
'</div>'
,
});
$
(
document
).
on
(
'click'
,
'#selectFlag'
,
function
(
v
)
{
layer
.
close
(
flagSelect
);
...
...
Please
register
or
login
to post a comment