From 7073564e76beef5cec44f2ba67ca605fe4f4ff31 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 29 七月 2024 18:10:05 +0800
Subject: [PATCH] 11
---
src/views/project/indexstatistics/index.vue | 27 ++++++++++++++++++++++++---
1 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue
index 3402446..194474d 100644
--- a/src/views/project/indexstatistics/index.vue
+++ b/src/views/project/indexstatistics/index.vue
@@ -258,8 +258,27 @@
>
<el-row style="margin-bottom: 20px">
<span style="font-size: 18px; color: #566f94; font-weight: bold"
- >鏈勾搴︽寚鏍囨暟鎹垎鏋�</span
+ >鎸囨爣鏁版嵁鍒嗘瀽</span
>
+ <span style="margin-left: 30px;">
+ <router-link
+ :to="{
+ name: 'DonationProcess',
+ params: {
+ starttime: starttime,
+ endtime: endtime,
+ terminationcase: 1,
+ reporterno: reportervalue,
+ shen: searchAddress.shen,
+ shi: searchAddress.shi,
+ qu: searchAddress.qu,
+ city: city
+ }
+ }"
+ >
+ <el-button type="primary" round>鎹愮尞杩涚▼</el-button>
+ </router-link>
+ </span>
</el-row>
<el-row :gutter="3">
<el-col :span="8" style="text-align: center">
@@ -421,7 +440,7 @@
</el-col>
<el-col :span="12">
<el-card shadow="always" style="height: 640px" ref="organChartCard">
- <OrganNumChart :cdata="organData" />
+ <OrganNumChart :cdata="organData" :CommonOrgan="CommonOrgan" />
</el-card>
<!-- <el-col :span="7">
<el-card shadow="always" style="height: 640px" ref="orgNumberCard">
@@ -630,6 +649,7 @@
year: "閫夋嫨骞翠唤",
isloading: false,
maxHeight: 0,
+ CommonOrgan: null,
provinceData: [
{ label: "鍏ㄩ儴鍦板競", value: "" },
{ label: "鏉窞甯�", value: "1" },
@@ -1029,7 +1049,8 @@
}
this.organData = list;
*/
- let list = response.data;
+ let list = response.data.organInfoVOList;
+ this.CommonOrgan = response.data;
for (let i = 0; i < this.organData.length; i++) {
let ii = list.findIndex(
item => item.organNo == this.organData[i].code
--
Gitblit v1.9.3