@@ -9,7 +9,7 @@
<el-table :data="tableData" fit border style="width: 100%">
<el-table-column label="报告名称" min-width="230" align="center">
<template slot-scope="scope">
- <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(tableData, scope.row.id)">{{ scope.row.name }}</a>
+ <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(tableData, scope.row.id )">{{ scope.row.name }}</a>
</template>
</el-table-column>
<el-table-column label="报告人" min-width="150" align="center">
<el-table-column label="报告名称" min-width="150" align="center">
- <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(tableData, scope.row.id)">{{ scope.row.reportName }}</a>
+ <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(tableData, scope.row.id )">{{ scope.row.reportName }}</a>
@@ -298,6 +298,7 @@ export default {
this.editorEight = this.ClientDatayl.safeResultInfo
this.editorNine = this.ClientDatayl.moniterResultInfo
this.bugNum = { type: this.ClientDatayl.type, taskId: this.ClientDatayl.taskId, projectId: this.ClientDatayl.projectId }
+
if (this.ClientDatayl.type === 2) {
this.towShow = true
this.oneShow = false
@@ -175,6 +175,7 @@ export default {
}
this.name = this.fromCreateData.name
this.joinTestOne = this.fromCreateData.joinTest
this.moduleInfoOne = this.fromCreateData.moduleInfo
<el-table-column label="报告名称" min-width="280" align="center">
- <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row.id)">{{ scope.row.reportName }}</a>
+ <a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row.id )">{{ scope.row.reportName }}</a>
<el-table-column label="报告人" min-width="180" align="center">
@@ -134,7 +134,6 @@ export default {
for (var ele of this.numList) {
this.bugName.push(ele.name)
-
echarts.init(document.getElementById('lineShow')).setOption({
title: { left: 'center', text: 'bug数量汇总' },
tooltip: { trigger: 'axis' },