Procházet zdrojové kódy

评价报告-测试等级展示

zhangliang2 před 2 roky
rodič
revize
02a495931a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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;