Browse Source

评价报告-测试等级展示

zhangliang2 2 years ago
parent
commit
02a495931a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/workManagement/evaluationReport.vue

+ 2 - 2
src/views/workManagement/evaluationReport.vue

@@ -35,7 +35,7 @@
                         </el-popover>
                         :
                     </span>
-                    <b>{{ evaluationLevelInfo }}</b>
+                    <b>{{ info.evaluationLevel }}</b>
                 </div>
             </div>
             <div class="desBox">
@@ -560,7 +560,7 @@ export default {
                 }).then((res) => {
                     if (res.code == 200 && res.info) {
                         this.info = res.info;
-                        this.evaluationLevelInfoShow(res.info.evaluationLevel);
+                        // this.evaluationLevelInfoShow(res.info.evaluationLevel);
                         this.getDataWay.data = res.info.algorithmScoreList;
 
                         this.columnsB = res.info.subListScoreLiTitle;