11
WXL
2024-07-26 d839943b0d194c14c1599f81a17105e7223a5075
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",