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