| | |
| | | <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> |
| | |
| | | }) |
| | | }, |
| | | initEchart() { |
| | | |
| | | const option = { |
| | | grid: { |
| | | left: 0, |
| | |
| | | this.loading = true; |
| | | listScore(this.queryParams).then(response => { |
| | | this.checkScoreList = response.data; |
| | | |
| | | |
| | | // this.setChartOption(this.checkScoreList); |
| | | this.loading = false; |
| | | }); |