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/components/organnumchart/index.vue | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/views/project/indexstatistics/components/organnumchart/index.vue b/src/views/project/indexstatistics/components/organnumchart/index.vue
index 627840e..982ee31 100644
--- a/src/views/project/indexstatistics/components/organnumchart/index.vue
+++ b/src/views/project/indexstatistics/components/organnumchart/index.vue
@@ -34,6 +34,9 @@
cdata: {
type: Array,
default: () => []
+ },
+ CommonOrgan: {
+ type: Object
}
},
data() {
@@ -55,7 +58,19 @@
}
this.options = {
title: {
- text: "鑾峰彇鍣ㄥ畼鍜岀粍缁囩殑鏁伴噺"
+ text:
+ "鑾峰彇鍣ㄥ畼鍜岀粍缁囩殑鏁伴噺" +
+ "(鑾峰彇閲忥細" +
+ this.CommonOrgan.countSum +
+ "锛涘純鐢ㄩ噺锛�" +
+ this.CommonOrgan.abandonCountSum +
+ ")",
+ left: "center",
+ top: "5%",
+ textStyle: {
+ color: "#566f94",
+ fontSize: 16
+ }
},
tooltip: {
trigger: "axis",
--
Gitblit v1.9.3