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
张凯
2021-12-08 16:30:35 +0800
Commit
cff85ea3b9fb80b274671307c00261f03d05dbae
2 parents
4676f077
d09cf28f
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into joke
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/ipIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/ipIndex.js
View file @
cff85ea
...
...
@@ -141,7 +141,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'laytpl',
$
.
each
(
li
,
function
(
i
,
v
)
{
var
name
=
v
.
split
(
"_"
)[
0
];
var
number
=
v
.
split
(
"_"
)[
1
];
str
+=
name
+
'
有'
+
number
+
'个C类段'
+
',
'
;
str
+=
name
+
'
C类地址段共'
+
number
+
'个'
+
',
'
;
});
if
(
str
!=
""
){
str
=
str
.
substring
(
0
,
str
.
length
-
1
);
...
...
Please
register
or
login
to post a comment