|
|
|
|
@ -200,7 +200,7 @@
|
|
|
|
|
@row-click="table1Current"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column type="selection" width="55"/>
|
|
|
|
|
<el-table-column label="序号" type="index" width="60"/>
|
|
|
|
|
<el-table-column label="序号" prop="index" width="60"/>
|
|
|
|
|
<el-table-column prop="Lon" label="目标经度" width="100"/>
|
|
|
|
|
<el-table-column prop="Lat" label="目标纬度" width="100"/>
|
|
|
|
|
<el-table-column prop="Strength" label="强度信息" width="100"/>
|
|
|
|
|
@ -1387,7 +1387,10 @@ onMounted(() => {
|
|
|
|
|
getShildTableList()
|
|
|
|
|
// testFun()
|
|
|
|
|
getDotsData()
|
|
|
|
|
tableData1.value = JSON.parse(localStorage.getItem('tableData1') || '[]')
|
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
tableData1.value = JSON.parse(localStorage.getItem('tableData1') || '[]')
|
|
|
|
|
|
|
|
|
|
},100)
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|