From 7bc46f0968567d82f70d310da021e2fc3a707cae Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 30 五月 2024 15:04:49 +0800
Subject: [PATCH] 11
---
src/views/project/indexstatistics/index.vue | 38 +++++++++++++-------------------------
1 files changed, 13 insertions(+), 25 deletions(-)
diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index 8e47899..62a739b 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" /> 瀹屾垚鍣ㄥ畼鍒嗛厤绱锛歿{
- 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
@@ -432,10 +431,10 @@
>鍚勫湴鍖哄尰闄㈡渚嬫暟鎹�</span
>
</el-col>
-
+
</el-row>
<el-row>
-
+
</el-row>
<dv-scroll-board
:config="config"
@@ -627,12 +626,12 @@
return {
city: "",
reportno: "",
- selecttime: [],
+ selecttime: [ new Date(new Date().getFullYear(), 0),new Date()],
year: "閫夋嫨骞翠唤",
isloading: false,
maxHeight: 0,
provinceData: [
- { label: "鍏ㄩ儴", value: "" },
+ { label: "鍏ㄩ儴鍦板競", value: "" },
{ label: "鏉窞甯�", value: "1" },
{ label: "瀹佹尝甯�", value: "2" },
{ label: "娓╁窞甯�", value: "3" },
@@ -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: "宸﹁偩",
@@ -1170,7 +1158,7 @@
listDonatebaseinfo({}).then(res => {
let list = res.rows;
let reportlist = [];
- reportlist.push({ reporterno: "", reportername: "鍏ㄩ儴" });
+ reportlist.push({ reporterno: "", reportername: "鍏ㄩ儴浜哄憳" });
list.forEach(element => {
reportlist.push({
reporterno: element.reporterno,
--
Gitblit v1.9.3