From e6a15e35f6e98a54f270664155a291adef1bffb8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Sat, 9 May 2026 14:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=9C=80=E8=A6=81=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + .../dashboard/components/distribution-map.vue | 121 +++++++++--------- 2 files changed, 62 insertions(+), 60 deletions(-) diff --git a/package.json b/package.json index 79ed4a88..7129fd00 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "dicom-parser": "^1.8.9", "dicomedit": "^0.1.0", "echarts": "^6.0.0", + "echarts-map": "^3.0.1", "element-ui": "^2.15.14", "exceljs": "^4.4.0", "file-saver": "^2.0.5", diff --git a/src/views/dashboard/components/distribution-map.vue b/src/views/dashboard/components/distribution-map.vue index f8e41854..f2af3617 100644 --- a/src/views/dashboard/components/distribution-map.vue +++ b/src/views/dashboard/components/distribution-map.vue @@ -3,8 +3,9 @@