|
|
|
|
@ -242,7 +242,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="time" label="时间" width="100"/>
|
|
|
|
|
<el-table-column label="目标经纬度" width="100">
|
|
|
|
|
<el-table-column label="目标经纬度" width="120">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<span>{{ scope.row.Lon }}</span>
|
|
|
|
|
<br>
|
|
|
|
|
@ -306,7 +306,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="time" label="时间" width="100"/>
|
|
|
|
|
<el-table-column label="目标经纬度" width="100">
|
|
|
|
|
<el-table-column label="目标经纬度" width="120">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<span>{{ scope.row.Lon }}</span>
|
|
|
|
|
<br>
|
|
|
|
|
|