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",