zxl
2025-11-06 09f0861e61e69e2d818eafc7b9edbd17cf0822d4
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 * 100).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;
      });