|
|
|
@ -378,7 +378,11 @@ const RIGHT = defineComponent({
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
|
|
|
|
|
|
|
|
<ElButton type="primary" onClick={() => areaPoints.value.push({name: '', lon: '', lat: ''})}
|
|
|
|
<ElButton type="primary" onClick={() => {
|
|
|
|
|
|
|
|
InsertCListData([{name: '', lon: '', lat: ''}]).then(() => {
|
|
|
|
|
|
|
|
getArea2()
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}}
|
|
|
|
style={{textAlign: "center"}}>添加</ElButton>
|
|
|
|
style={{textAlign: "center"}}>添加</ElButton>
|
|
|
|
</ElCard>
|
|
|
|
</ElCard>
|
|
|
|
|
|
|
|
|
|
|
|
|