From aec6bb72df8c1f7257e6d2e78fb2793f461d50a7 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 10 Oct 2025 16:51:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index cd16f88..2a4d125 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -361,7 +361,8 @@ const RIGHT = defineComponent({ {areaPoints.value.map((i, k) => (
- + (areaPoints.value[k].name = val)} modelValue={i.name} + placeholder="点位名称" style={{width: "100px"}}/> ))} - areaPoints.value.push({})} + areaPoints.value.push({name: '', lon: '', lat: ''})} style={{textAlign: "center"}}>添加