From db958614c4b5f4a2b76c74218f516aeb27e289b5 Mon Sep 17 00:00:00 2001 From: xwj Date: Mon, 2 Feb 2026 13:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97=E6=8A=A5?= =?UTF-8?q?=E9=94=99=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=9B=BE=E4=BE=8B=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=8D=E7=A7=B0=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/dialog/index.vue | 5 + .../on-map-view/MapBottomShipType.vue | 96 +++++-- src/main.ts | 3 +- src/util/map/map.js | 6 +- src/util/new-dialog/index.ts | 7 +- src/views/main/Main.vue | 253 ++++++++++-------- src/views/new-dialog/CarInfoTemp.vue | 8 +- src/views/on-map-view/CarInfo.vue | 5 +- 9 files changed, 245 insertions(+), 140 deletions(-) diff --git a/package.json b/package.json index ce5f6ba..3e11409 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "vue-property-decorator": "^9.1.2", "vue-router": "^3.5.1", "vuex": "^3.6.2", - "vxe-table": "^3.5.9", + "vxe-table": "^3.8.11", "weatherv": "^0.1.12", "xe-utils": "^3.5.6", "xlsx": "^0.18.5" diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index 8d43781..e99f567 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -40,10 +40,15 @@