diff --git a/src/api/system/area/index.ts b/src/api/system/area/index.ts
index f77ce0d1..e91a4997 100644
--- a/src/api/system/area/index.ts
+++ b/src/api/system/area/index.ts
@@ -6,6 +6,6 @@ export const getAreaTree = async () => {
}
// 获得 IP 对应的地区名
-export const getDeptApi = async (ip: string) => {
+export const getAreaByIp = async (ip: string) => {
return await request.get({ url: '/system/area/get-by-ip?ip=' + ip })
}
diff --git a/src/types/auto-components.d.ts b/src/types/auto-components.d.ts
index 7b10d679..be71517c 100644
--- a/src/types/auto-components.d.ts
+++ b/src/types/auto-components.d.ts
@@ -73,6 +73,7 @@ declare module '@vue/runtime-core' {
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
+ ElTableV2: typeof import('element-plus/es')['ElTableV2']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
diff --git a/src/views/system/area/form.vue b/src/views/system/area/form.vue
new file mode 100644
index 00000000..4e61fe32
--- /dev/null
+++ b/src/views/system/area/form.vue
@@ -0,0 +1,71 @@
+
+
+
+
diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue
index dcb659c3..f9d4c57d 100644
--- a/src/views/system/area/index.vue
+++ b/src/views/system/area/index.vue
@@ -1,46 +1,71 @@
-
-
+
+
+
+ IP 查询
+
+
+
+
+
+
+
+
-
+
+
+
+
-