src/views/system/check/result/index.vue
@@ -107,7 +107,7 @@ <div v-if="score.examineCategory == 2">车辆:</div> <div v-else-if="score.examineCategory == 3">人脸:</div> <div v-else-if="score.examineCategory == 1">视频:</div> <div class="score">{{ score.score }}</div> <div class="score">{{ (score.score * 10).toFixed(2) + '%' }}</div> </div> </div> </div> @@ -456,6 +456,8 @@ this.loading = true; listScore(this.queryParams).then(response => { this.checkScoreList = response.data; // this.setChartOption(this.checkScoreList); this.loading = false; });