From d839943b0d194c14c1599f81a17105e7223a5075 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 26 七月 2024 18:29:09 +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