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 |   40 ++++++++++++++--------------------------
 1 files changed, 14 insertions(+), 26 deletions(-)

diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index 3c7c7f0..5bc9909 100644
--- a/src/views/project/indexstatistics/index.vue
+++ b/src/views/project/indexstatistics/index.vue
@@ -2,12 +2,12 @@
   <div class="app-container" style="background-color: #f2f2f2; color: #fff">
     <el-card shadow="always" style="color: #566f94">
       <el-row :gutter="8">
-        <el-col :span="6">
+        <el-col :span="8">
           <el-date-picker
             v-model="selecttime"
             type="monthrange"
             range-separator="鑷�"
-            start-placeholder="寮�濮嬫湀浠�"
+            start-placeholder="寮�濮嬫湀浠斤紙榛樿鏈勾搴︼級"
             end-placeholder="缁撴潫鏈堜唤"
             value-format="yyyy-MM-dd"
             @change="getTimeList"
@@ -61,7 +61,7 @@
       <div style="width: 76%;">
         <el-row
           :gutter="10"
-          style="font-size: 16px; font-weight: bold;  margin-top: 10px"
+          style="font-size: 18px; font-weight: bold;  margin-top: 10px"
         >
           <el-col :span="6">
             <router-link
@@ -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
@@ -355,7 +354,7 @@
                   >
                     <span style="font-size: 14px"
                       >鍣ㄥ畼淇濆瓨娑茬梾鍘熻弻鍩瑰吇闃虫�х巼</span
-                    >
+                    ><br />
                     {{ (qualirtData.germPositiveRate * 100).toFixed(2) }}%
                   </el-card>
                 </el-col>
@@ -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: "宸﹁偩",
@@ -1162,7 +1150,7 @@
       });
 
       //缁堟
-      info.recordstate = "99";
+      info.terminationCase = 1;
       listDonatebaseinfo(info).then(res => {
         this.donateNumData.numberOfTerminated = res.total;
       });

--
Gitblit v1.9.3