Browse Source

汇总评分详细页跳转

lem 3 years ago
parent
commit
9b6d54fc53
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/modules/deductiondetails/DeductionDetailsList.vue

+ 6 - 0
src/views/modules/deductiondetails/DeductionDetailsList.vue

@@ -146,6 +146,9 @@
         show-overflow-tooltip
         show-overflow-tooltip
         sortable="custom"
         sortable="custom"
         label="汇总评分">
         label="汇总评分">
+        <template slot-scope="scope">
+          <el-link  type="primary" :underline="false"  @click="edit(scope.row.id,'7')">{{scope.row.sumScore}}</el-link>
+        </template>
       </el-table-column>
       </el-table-column>
 <!--      <el-table-column
 <!--      <el-table-column
         header-align="center"
         header-align="center"
@@ -281,6 +284,9 @@
           case '6':
           case '6':
             this.classId = '6018a3a93b164602aebc08ae44207ba5'
             this.classId = '6018a3a93b164602aebc08ae44207ba5'
             break
             break
+          case '7':
+            this.classId = ''
+            break
         }
         }
         this.$router.push({path: '../deductionshowdetails/DeductionShowDetailsList', query: {unitId: id, classId: this.classId}})
         this.$router.push({path: '../deductionshowdetails/DeductionShowDetailsList', query: {unitId: id, classId: this.classId}})
       },
       },