From c2486044121750d274d40aac2e65b47d4c25b5c9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 22 四月 2024 18:08:15 +0800
Subject: [PATCH] 11

---
 src/views/project/indexstatistics/index.vue |   30 +++++++++---------------------
 1 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index 8e47899..5bc9909 100644
--- a/src/views/project/indexstatistics/index.vue
+++ b/src/views/project/indexstatistics/index.vue
@@ -171,13 +171,12 @@
           style="margin-top: 10px; font-size: 18px;  font-weight: bold"
         >
           <el-col :span="6">
-           
-              <el-card shadow="always" style="color: #566f94">
-                <svg-icon icon-class="druid" />&nbsp;&nbsp; 瀹屾垚鍣ㄥ畼鍒嗛厤绱锛歿{
-                  donateNumData.numberOfDonatePeople
-                }}&nbsp; 涓�
-                <!-- donateNumData.numberOfOrgans -->
-              </el-card>
+            <el-card shadow="always" style="color: #566f94">
+              <svg-icon icon-class="druid" />&nbsp;&nbsp; 瀹屾垚鍣ㄥ畼鍒嗛厤绱锛歿{
+                donateNumData.numberOfDonatePeople
+              }}&nbsp; 涓�
+              <!-- donateNumData.numberOfOrgans -->
+            </el-card>
           </el-col>
           <el-col :span="6">
             <router-link
@@ -627,7 +626,7 @@
     return {
       city: "",
       reportno: "",
-      selecttime: [],
+      selecttime: [ new Date(new Date().getFullYear(), 0),new Date()],
       year: "閫夋嫨骞翠唤",
       isloading: false,
       maxHeight: 0,
@@ -673,22 +672,11 @@
         },
         {
           key: "fullLiver",
-          name: "鍏ㄨ倽",
+          name: "鑲濊剰",
           value: 0,
           code: "C22"
         },
-        {
-          key: "leftLiver",
-          name: "宸﹁倽",
-          value: 0,
-          code: "C22L"
-        },
-        {
-          key: "rightLiver",
-          name: "鍙宠倽",
-          value: 0,
-          code: "C22R"
-        },
+        
         {
           key: "leftRenal",
           name: "宸﹁偩",

--
Gitblit v1.9.3