From fc696f8bf4b878f6faf4719231a2b90fa8c98c61 Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Tue, 4 Jun 2024 20:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=B1=E7=8A=B6=E5=9B=BE?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E6=80=BB=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectBoard/childBoard/bar.vue | 135 +++++++------- .../projectBoard/childBoard/gaiGeRenWu.vue | 4 +- .../childBoard/xingZhengQuHua.vue | 168 ++++++++++++------ 3 files changed, 184 insertions(+), 123 deletions(-) diff --git a/src/views/projectBoard/childBoard/bar.vue b/src/views/projectBoard/childBoard/bar.vue index 7f7fb0b..5815e08 100644 --- a/src/views/projectBoard/childBoard/bar.vue +++ b/src/views/projectBoard/childBoard/bar.vue @@ -3,76 +3,81 @@ diff --git a/src/views/projectBoard/childBoard/gaiGeRenWu.vue b/src/views/projectBoard/childBoard/gaiGeRenWu.vue index 697b4c1..9640fa0 100644 --- a/src/views/projectBoard/childBoard/gaiGeRenWu.vue +++ b/src/views/projectBoard/childBoard/gaiGeRenWu.vue @@ -190,7 +190,8 @@ export default { barData: { names:[], paymentExecutionRates:[], - superiorFundExecutionRates:[] + superiorFundExecutionRates:[], + totalMoneys:[], } }; }, @@ -204,6 +205,7 @@ export default { this.barData.names.push(item.name) this.barData.paymentExecutionRates.push(item.paymentExecutionRate) this.barData.superiorFundExecutionRates.push(item.superiorFundExecutionRate) + this.barData.totalMoneys.push(item.totalMoney) }) }, methods: {}, diff --git a/src/views/projectBoard/childBoard/xingZhengQuHua.vue b/src/views/projectBoard/childBoard/xingZhengQuHua.vue index 070fc45..6660c6b 100644 --- a/src/views/projectBoard/childBoard/xingZhengQuHua.vue +++ b/src/views/projectBoard/childBoard/xingZhengQuHua.vue @@ -5,19 +5,25 @@ - + - +
@@ -55,17 +61,25 @@ - - + @@ -76,8 +90,17 @@
中央资金
-
+
{{ data.countFundByFundType.totalCentral }}
@@ -85,17 +108,35 @@
省级资金
-
+
-
{{data.countFundByFundType.totalProvincial}}
+
{{ data.countFundByFundType.totalProvincial }}
市级资金
-
+
{{ data.countFundByFundType.totalCity }}
@@ -103,53 +144,68 @@
区县资金
-
+
-
{{data.countFundByFundType.totalCounty}}
+
{{ data.countFundByFundType.totalCounty }}
自筹资金
-
+
-
{{data.countFundByFundType.totalSelf}}
+
{{ data.countFundByFundType.totalSelf }}
- - - - + - - + +