From 22f8a1efa65b344a898b9dd2208cabdc5adb34e7 Mon Sep 17 00:00:00 2001
From: Zhufu <1176354795@qq.com>
Date: Wed, 10 Jul 2024 17:41:48 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8E=A5=E6=94=B6=E5=8A=9E=E7=90=86?=
=?UTF-8?q?=E3=80=91=E6=97=B6=E9=97=B4=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E7=AD=9B=E9=80=89=E8=BE=93=E5=85=A5?=
=?UTF-8?q?=E6=A1=86=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../demo/tiankongdi/curbspotcity/MapList/index.vue | 14 +++++++-------
src/views/demo/tiankongdi/curbspotcity/util.ts | 2 --
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
index 232fa088..e8b755a5 100644
--- a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
+++ b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
@@ -105,11 +105,11 @@
▼
-
@@ -141,12 +141,12 @@
emits('mapListScreenChange',value,'mapAreaFirst')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'mapAreaFirst')"
/>
---
emits('mapListScreenChange',value,'mapAreaLast')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'mapAreaLast')"
/>
@@ -155,12 +155,12 @@
emits('mapListScreenChange',value,'arableAreaFirst')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'arableAreaFirst')"
/>
---
emits('mapListScreenChange',value,'arableAreaLast')"
+ @change="(e) => emits('mapListScreenChange',e.target.value,'arableAreaLast')"
/>
diff --git a/src/views/demo/tiankongdi/curbspotcity/util.ts b/src/views/demo/tiankongdi/curbspotcity/util.ts
index df3001d9..81d20079 100644
--- a/src/views/demo/tiankongdi/curbspotcity/util.ts
+++ b/src/views/demo/tiankongdi/curbspotcity/util.ts
@@ -27,8 +27,6 @@ export const mapStatusOptions = [
{ label: '待接收', value: 0 },
{ label: '待填报', value: 1 },
{ label: '待整改', value: 2 },
- { label: '待审核', value: 3 },
- { label: '已完成', value: 4 },
]
export const markTypeOptions = [
{ label: '在建', value: '在建' },