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 }}
- - - - + - - + +