From a520895c5b01934a7210917d52cbe98455cba33b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 27 十一月 2024 15:15:32 +0800 Subject: [PATCH] 档案页详情优化 --- 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