소스 검색

三报跳转2

panxiandiao_i 5 년 전
부모
커밋
a9e490d6e7

+ 1 - 1
src/views/Platform/presentation/Assumptions.vue

@@ -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">

+ 1 - 1
src/views/Platform/presentation/ResultPage.vue

@@ -9,7 +9,7 @@
       <el-table :data="tableData" fit border style="width: 100%">
         <el-table-column label="报告名称" min-width="150" align="center">
           <template slot-scope="scope">
-            <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>
           </template>
         </el-table-column>
         <el-table-column label="报告人" min-width="150" align="center">

+ 1 - 0
src/views/Platform/presentation/ResultPageyL.vue

@@ -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

+ 1 - 0
src/views/Platform/presentation/acceptTheReport.vue

@@ -175,6 +175,7 @@ export default {
           this.oneShow = false
           this.towShow = true
         }
+
         this.name = this.fromCreateData.name
         this.joinTestOne = this.fromCreateData.joinTest
         this.moduleInfoOne = this.fromCreateData.moduleInfo

+ 1 - 1
src/views/Platform/presentation/testPresentation.vue

@@ -9,7 +9,7 @@
       <el-table :data="tableData" fit border style="width: 100%">
         <el-table-column label="报告名称" min-width="280" align="center">
           <template slot-scope="scope">
-            <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>
           </template>
         </el-table-column>
         <el-table-column label="报告人" min-width="180" align="center">

+ 0 - 1
src/views/Platform/presentation/testPresenyL.vue

@@ -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' },