From e5d499ae6a4e6b320f71c49987b76cc11f6bc1e4 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 28 十月 2025 14:13:10 +0800
Subject: [PATCH] 首页问题

---
 src/views/system/check/result/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/system/check/result/index.vue b/src/views/system/check/result/index.vue
index a6be274..47c2c39 100644
--- a/src/views/system/check/result/index.vue
+++ b/src/views/system/check/result/index.vue
@@ -68,7 +68,7 @@
       <el-card class="data-card" :body-style="{ height: '100%' }">
         <div class="card-content">
           <div class="title-container">
-            <h1>鑰冩牳鎴愮哗</h1>
+            <h1>鑰冩牳鎴愮哗1</h1>
             <div class="select-container">
               <el-date-picker v-model="date"
                               format="yyyy-MM-dd"
@@ -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;
       });

--
Gitblit v1.8.0