Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
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
黄营
datax-cloud
Commits
efca3730
Commit
efca3730
authored
Oct 14, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
a809ce2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
index.vue
datax-ui/src/views/quality/analysisreport/index.vue
+8
-6
No files found.
datax-ui/src/views/quality/analysisreport/index.vue
View file @
efca3730
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
:span-method=
"objectSpanMethod1"
:span-method=
"objectSpanMethod1"
border
border
tooltip-effect=
"dark"
tooltip-effect=
"dark"
:max-height=
"300"
style=
"width: 100%; margin: 15px 0;"
style=
"width: 100%; margin: 15px 0;"
>
>
<el-table-column
prop=
"ruleSourceName"
label=
"数据源"
align=
"center"
/>
<el-table-column
prop=
"ruleSourceName"
label=
"数据源"
align=
"center"
/>
...
@@ -24,10 +25,11 @@
...
@@ -24,10 +25,11 @@
:span-method=
"objectSpanMethod2"
:span-method=
"objectSpanMethod2"
border
border
tooltip-effect=
"dark"
tooltip-effect=
"dark"
:max-height=
"300"
style=
"width: 100%; margin: 15px 0;"
style=
"width: 100%; margin: 15px 0;"
>
>
<el-table-column
prop=
"ruleTypeName"
label=
"
字典编码
"
align=
"center"
/>
<el-table-column
prop=
"ruleTypeName"
label=
"
规则类型
"
align=
"center"
/>
<el-table-column
prop=
"ruleName"
label=
"规则
类型
"
align=
"center"
/>
<el-table-column
prop=
"ruleName"
label=
"规则
名称
"
align=
"center"
/>
<el-table-column
prop=
"checkErrorCount"
label=
"报错数量"
align=
"center"
/>
<el-table-column
prop=
"checkErrorCount"
label=
"报错数量"
align=
"center"
/>
</el-table>
</el-table>
</el-col>
</el-col>
...
@@ -51,11 +53,11 @@ export default {
...
@@ -51,11 +53,11 @@ export default {
}
}
},
},
created
()
{
created
()
{
this
.
getReport
BySource
()
this
.
getReport
Data1
()
this
.
getReport
ByType
()
this
.
getReport
Data2
()
},
},
methods
:
{
methods
:
{
getReport
BySource
()
{
getReport
Data1
()
{
getReportBySource
().
then
(
response
=>
{
getReportBySource
().
then
(
response
=>
{
if
(
response
.
success
)
{
if
(
response
.
success
)
{
this
.
reportTableData1
=
response
.
data
this
.
reportTableData1
=
response
.
data
...
@@ -63,7 +65,7 @@ export default {
...
@@ -63,7 +65,7 @@ export default {
}
}
})
})
},
},
getReport
ByType
()
{
getReport
Data2
()
{
getReportByType
().
then
(
response
=>
{
getReportByType
().
then
(
response
=>
{
if
(
response
.
success
)
{
if
(
response
.
success
)
{
this
.
reportTableData2
=
response
.
data
this
.
reportTableData2
=
response
.
data
...
...
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