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
5ec9e420
Commit
5ec9e420
authored
Dec 25, 2017
by
liuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2017年12月25日 --智能分析平台
--质量规则筛选项修改,质量报告表格增加时间项
parent
a9b58bd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
ruleReportDetailTable.js
src/main/webapp/static/js/ruleReportDetailTable.js
+7
-0
No files found.
src/main/webapp/static/js/ruleReportDetailTable.js
View file @
5ec9e420
...
...
@@ -589,6 +589,7 @@ function selectOperation(qualityVerificationReportId) {
}
else
{
data
.
accuracyPro
=
(
data
.
accuracyPro
*
100
).
toFixed
(
0
)
+
"%"
;
}
$
.
dialog
({
title
:
"数据质量运营明细"
,
content
:
"<div class='dialog-p' style='max-height: 560px; overflow-y: scroll; overflow-x: auto;'>"
+
...
...
@@ -616,6 +617,12 @@ function selectOperation(qualityVerificationReportId) {
" <td>"
+
data
.
kpiCode
+
"</td>"
+
" </tr>"
+
" <tr>"
+
" <td>开始时间</td>"
+
" <td>"
+
df
.
format
(
new
Date
(
data
.
reportSumStartTime
))
+
"</td>"
+
" <td>结束时间</td>"
+
" <td>"
+
df
.
format
(
new
Date
(
data
.
reportSumEndTime
))
+
"</td>"
+
" </tr>"
+
" <tr>"
+
" <td>完整性数量</td>"
+
" <td>"
+
data
.
integralityNum
+
"</td>"
+
" <td>完整性占比</td>"
+
...
...
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