Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuna
cmszMonitorAnalysis
Commits
13a2555f
Commit
13a2555f
authored
7 years ago
by
莫林毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
监控运营 告警监控->预警和隐患维护 界面
去除 '标题' 列
parent
f01343aa
liuna
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
xcdWarningTable.js
src/main/webapp/static/js/xcdWarningTable.js
+15
-15
No files found.
src/main/webapp/static/js/xcdWarningTable.js
View file @
13a2555f
...
...
@@ -132,23 +132,23 @@ function xcdFindWarningTable() {
var
header
=
new
Array
();
header
[
0
]
=
[
"<input type='checkbox' name='ckAll' id='ckAll' class='ckAll' onclick='javascript:checkAll();'/>"
,
"checkbox"
,
"1%"
,
""
];
header
[
1
]
=
[
"编号"
,
"warningId"
,
"3%"
,
""
];
header
[
2
]
=
[
"标题"
,
"warningTitle"
,
"4%"
,
"3"
];
header
[
3
]
=
[
"省份"
,
"provinceName"
,
"4%"
,
"4"
];
header
[
4
]
=
[
"渠道"
,
"channelName"
,
"4%"
,
"4"
];
header
[
5
]
=
[
"数据来源"
,
"dataSourceName"
,
"6%"
,
"8"
];
header
[
6
]
=
[
"告警来源"
,
"warningSourceName"
,
"6%"
,
"8"
];
header
[
7
]
=
[
"指标"
,
"kpiName"
,
"4%"
,
"3"
];
//
header[2] = ["标题","warningTitle","4%","3"];
header
[
2
]
=
[
"省份"
,
"provinceName"
,
"4%"
,
"4"
];
header
[
3
]
=
[
"渠道"
,
"channelName"
,
"4%"
,
"4"
];
header
[
4
]
=
[
"数据来源"
,
"dataSourceName"
,
"6%"
,
"8"
];
header
[
5
]
=
[
"告警来源"
,
"warningSourceName"
,
"6%"
,
"8"
];
header
[
6
]
=
[
"指标"
,
"kpiName"
,
"4%"
,
"3"
];
// header[8] = ["指标名称","kpiName","5%",""];
header
[
8
]
=
[
"告警类型"
,
"riskEarlyWarningTypeName"
,
"6%"
,
"6"
];
header
[
7
]
=
[
"告警类型"
,
"riskEarlyWarningTypeName"
,
"6%"
,
"6"
];
// header[10] = ["配置项名称","ciName","5%",""];
header
[
9
]
=
[
"级别"
,
"importanceLevelName"
,
"4%"
,
"4"
];
header
[
10
]
=
[
"发生时间"
,
"occurTime"
,
"7%"
,
""
];
header
[
1
1
]
=
[
"告警影响结束时间"
,
"influenceEndTime"
,
"7%"
,
""
];
header
[
1
2
]
=
[
"结束时间"
,
"closeTime"
,
"7%"
,
""
];
header
[
1
3
]
=
[
"协查单号"
,
"workingOrderCode"
,
"6%"
,
""
];
header
[
1
4
]
=
[
"故障单号"
,
"relevantFailureId"
,
"6%"
,
""
];
header
[
1
5
]
=
[
"告警状态"
,
"type"
,
"6%"
,
"4"
];
header
[
1
6
]
=
[
"关闭类型"
,
"status"
,
"6%"
,
"4"
];
header
[
8
]
=
[
"级别"
,
"importanceLevelName"
,
"4%"
,
"4"
];
header
[
9
]
=
[
"发生时间"
,
"occurTime"
,
"7%"
,
""
];
header
[
1
0
]
=
[
"告警影响结束时间"
,
"influenceEndTime"
,
"7%"
,
""
];
header
[
1
1
]
=
[
"结束时间"
,
"closeTime"
,
"7%"
,
""
];
header
[
1
2
]
=
[
"协查单号"
,
"workingOrderCode"
,
"6%"
,
""
];
header
[
1
3
]
=
[
"故障单号"
,
"relevantFailureId"
,
"6%"
,
""
];
header
[
1
4
]
=
[
"告警状态"
,
"type"
,
"6%"
,
"4"
];
header
[
1
5
]
=
[
"关闭类型"
,
"status"
,
"6%"
,
"4"
];
window
.
pagging
=
new
table_pagging
({
limit
:
16
,
tableId
:
'xcdWarningTable'
,
header
:
header
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment