提交 7d95c696 编写于 作者: Q q4speed

修改标题等内容

上级 430c15f7
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
border border
stripe stripe
style="width: 100%" style="width: 100%"
:default-sort = "{prop: 'elementLabel'}" :default-sort="{prop: 'elementLabel'}"
> >
<el-table-column <el-table-column
prop="errorType" prop="errorType"
label="Type of Error" label="Type of error"
sortable> sortable>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<div style="margin-top: 40px;"></div> <div style="margin-top: 40px;"></div>
<span class="table-title">Top 5 Errors by sampler </span> <span class="table-title">Top 5 Errors</span>
<el-table <el-table
:data="errorTop5" :data="errorTop5"
border border
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<el-table-column <el-table-column
prop="sample" prop="sample"
label="Sample" label="Sample"
width="400" width="200"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -54,71 +54,72 @@ ...@@ -54,71 +54,72 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="errorsAllSize" prop="errorsAllSize"
label="#Errors" label="All Errors"
width="100" width="100"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error1" prop="error1"
label="Error" label="#1 Error"
width="400" width="400"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error1Size" prop="error1Size"
label="#Errors" label="#1 Errors Count"
width="100" width="150"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error2" prop="error2"
label="Error" label="#2 Error"
width="400" width="400"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error2Size" prop="error2Size"
label="#Errors" label="#2 Errors Count"
width="100" width="150"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error3" prop="error3"
label="Error" label="#3 Error"
width="400" width="400"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error3Size" prop="error3Size"
label="#Errors" label="#3 Errors Count"
width="100" width="150"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error4" prop="error4"
label="Error" label="#4 Error"
width="400" width="400"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error4Size" prop="error4Size"
label="#Errors" label="#4 Errors Count"
width="100" width="150"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error5" prop="error5"
label="Error" label="#5 Error"
width="400" width="400"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="error5Size" prop="error5Size"
label="#Errors" label="#5 Errors Count"
width="100" width="150"
> >
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -151,7 +152,7 @@ ...@@ -151,7 +152,7 @@
}, },
watch: { watch: {
report: { report: {
handler(val){ handler(val) {
let status = val.status; let status = val.status;
this.id = val.id; this.id = val.id;
if (status === "Completed") { if (status === "Completed") {
...@@ -161,7 +162,7 @@ ...@@ -161,7 +162,7 @@
this.errorTop5 = []; this.errorTop5 = [];
} }
}, },
deep:true deep: true
} }
}, },
props: ['report'] props: ['report']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册