From 826570f76831a500bb06faa5c22d118776f073c4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 24 七月 2024 17:20:55 +0800
Subject: [PATCH] 11
---
src/views/project/indexstatistics/index.vue | 37 +++++++++++++++++++++++++++++++------
1 files changed, 31 insertions(+), 6 deletions(-)
diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index 5bc9909..cfdefc0 100644
--- a/src/views/project/indexstatistics/index.vue
+++ b/src/views/project/indexstatistics/index.vue
@@ -431,10 +431,10 @@
>鍚勫湴鍖哄尰闄㈡渚嬫暟鎹�</span
>
</el-col>
-
+
</el-row>
<el-row>
-
+
</el-row>
<dv-scroll-board
:config="config"
@@ -626,12 +626,12 @@
return {
city: "",
reportno: "",
- selecttime: [ new Date(new Date().getFullYear(), 0),new Date()],
+ 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" },
@@ -668,73 +668,96 @@
key: "heart",
name: "蹇冭剰",
value: 0,
+ value1: 0,
code: "C38"
},
{
key: "fullLiver",
name: "鑲濊剰",
value: 0,
+ value1: 0,
+
code: "C22"
},
-
+
{
key: "leftRenal",
name: "宸﹁偩",
value: 0,
+ value1: 0,
+
code: "C64L"
},
{
key: "rightRenal",
name: "鍙宠偩",
value: 0,
+ value1: 0,
+
code: "C64R"
},
{
key: "fullLung",
name: "鍏ㄨ偤",
value: 0,
+ value1: 0,
+
code: "C34"
},
{
key: "leftLung",
name: "宸﹁偤",
value: 0,
+ value1: 0,
+
code: "C34L"
},
{
key: "rightLung",
name: "鍙宠偤",
value: 0,
+ value1: 0,
+
code: "C34R"
},
{
key: "",
name: "灏忚偁",
value: 0,
+ value1: 0,
+
code: "C17"
},
{
key: "",
name: "鑳拌吅",
value: 0,
+ value1: 0,
+
code: "C25"
},
{
key: "leftEye",
name: "宸︾溂鑶�",
value: 0,
+ value1: 0,
+
code: "C69L"
},
{
key: "rightEye",
name: "鍙崇溂鑶�",
value: 0,
+ value1: 0,
+
code: "C69R"
},
{
key: "",
name: "鍏跺畠",
value: 0,
+ value1: 0,
+
code: "C01"
}
// {
@@ -997,6 +1020,7 @@
if (this.reportervalue != "") {
param.reporterno = this.reportervalue;
}
+ console.log(param, "param");
getDonateorganSum(param).then(response => {
/*
let list = this.organData.map((item) => item);
@@ -1012,6 +1036,7 @@
);
if (ii > -1) {
this.organData[i].value = list[ii].count;
+ this.organData[i].value1 = list[ii].abandonCount;
}
}
});
@@ -1158,7 +1183,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