From a40c5148ad225760859297b7c55b664da4c4aa28 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 19 三月 2024 11:07:15 +0800
Subject: [PATCH] 11
---
src/views/project/indexstatistics/index.vue | 21 ++++++++++-----------
1 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index fe789d4..7c1a8e9 100644
--- a/src/views/project/indexstatistics/index.vue
+++ b/src/views/project/indexstatistics/index.vue
@@ -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" /> 瀹屾垚鍣ㄥ畼鍒嗛厤绱锛歿{
- donateNumData.numberOfDonatePeople
- }} 涓�
- <!-- donateNumData.numberOfOrgans -->
- </el-card>
+ <el-card shadow="always" style="color: #566f94">
+ <svg-icon icon-class="druid" /> 瀹屾垚鍣ㄥ畼鍒嗛厤绱锛歿{
+ donateNumData.numberOfDonatePeople
+ }} 涓�
+ <!-- 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,
@@ -1162,7 +1161,7 @@
});
//缁堟
- info.recordstate = "99";
+ info.terminationCase = 1;
listDonatebaseinfo(info).then(res => {
this.donateNumData.numberOfTerminated = res.total;
});
--
Gitblit v1.9.3