From 700bff6e3800070f9796b49f365a39ec422b008d Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 15 Oct 2024 17:48:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=85=B3=E9=94=AE=E6=8C=87=E6=A0=87?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/views/perfManage/kpiKeyTarget/index.vue | 284 +++++++++++++------- 2 files changed, 190 insertions(+), 95 deletions(-) diff --git a/package.json b/package.json index 7d8eed07..4801fb8f 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "dayjs": "^1.11.11", "echarts": "~5.5.0", "file-saver": "^2.0.5", + "grid-layout-plus": "^1.0.5", "intl-tel-input": "^23.8.1", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", diff --git a/src/views/perfManage/kpiKeyTarget/index.vue b/src/views/perfManage/kpiKeyTarget/index.vue index 2d4feb85..3913e2cc 100644 --- a/src/views/perfManage/kpiKeyTarget/index.vue +++ b/src/views/perfManage/kpiKeyTarget/index.vue @@ -1,8 +1,8 @@