zxl
2025-11-18 a6da9ef30581eec96d3bfe979c10bdd25ca92d6c
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 * 10).toFixed(2) + '%' }}</div>
                    <div class="score">{{ (score.score * 100).toFixed(2) + '%' }}</div>
                  </div>
                </div>
              </div>