|
|
|
|
@ -241,6 +241,7 @@
|
|
|
|
|
{{ (currentPage1 - 1) * pageSize1 + scope.$index + 1 }}
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="time" label="时间" width="100"/>
|
|
|
|
|
<el-table-column prop="Lat" label="目标经纬度" width="100">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
{{ scope.row.Lon }},{{ scope.row.Lat }}
|
|
|
|
|
|