{{ t('online_map.geometry') }}
-
+
@@ -83,6 +83,7 @@
+
@@ -158,7 +165,7 @@ loadTreeData()
line-height: 24px;
}
.add-icon-span {
- display: none;
+ // display: none;
color: #3370ff;
height: 20px;
width: 20px;
diff --git a/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue b/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue
new file mode 100644
index 0000000000..cb4d663e2f
--- /dev/null
+++ b/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/core/core-frontend/src/views/system/parameter/map/interface.ts b/core/core-frontend/src/views/system/parameter/map/interface.ts
new file mode 100644
index 0000000000..1600eae66d
--- /dev/null
+++ b/core/core-frontend/src/views/system/parameter/map/interface.ts
@@ -0,0 +1,5 @@
+export interface GeometryFrom {
+ pid?: string
+ code?: string
+ name?: string
+}