zxl
6 天以前 29ea0fd5d04dbaac800f211e0ac7701de0a7f3f4
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>
@@ -230,7 +230,6 @@
      })
    },
    initEchart() {
      const option = {
        grid: {
          left: 0,
@@ -457,6 +456,8 @@
      this.loading = true;
      listScore(this.queryParams).then(response => {
        this.checkScoreList = response.data;
        // this.setChartOption(this.checkScoreList);
        this.loading = false;
      });