From 010dbba16e8a50cb7c6b48290109e2fad2ad28c4 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 25 Mar 2024 11:33:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0-?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=AE=BE=E7=BD=AE=E4=B8=8A=E7=BA=A7=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E4=B8=BA=E7=A9=BA=E6=97=B6=E6=98=BE=E7=A4=BA-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/system/parameter/map/Geometry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/system/parameter/map/Geometry.vue b/core/core-frontend/src/views/system/parameter/map/Geometry.vue index bf35a85358..e725d951f1 100644 --- a/core/core-frontend/src/views/system/parameter/map/Geometry.vue +++ b/core/core-frontend/src/views/system/parameter/map/Geometry.vue @@ -81,7 +81,7 @@
上级区域
- {{ selectedData.parentName }} + {{ selectedData.parentName || '-' }} {{ '(' + selectedData.pid + ')' }}