Kaynağa Gözat

汇总评分详细页跳转

lem 3 yıl önce
ebeveyn
işleme
9b6d54fc53

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

@@ -146,6 +146,9 @@
         show-overflow-tooltip
         sortable="custom"
         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
         header-align="center"
@@ -281,6 +284,9 @@
           case '6':
             this.classId = '6018a3a93b164602aebc08ae44207ba5'
             break
+          case '7':
+            this.classId = ''
+            break
         }
         this.$router.push({path: '../deductionshowdetails/DeductionShowDetailsList', query: {unitId: id, classId: this.classId}})
       },