修改固定物显示

main
suixy 3 weeks ago
parent 14d7d71c6b
commit bd0be7c3ba

@ -241,8 +241,11 @@
{{ (currentPage1 - 1) * pageSize1 + scope.$index + 1 }}
</template>
</el-table-column>
<el-table-column prop="Lon" label="目标经度" width="100"/>
<el-table-column prop="Lat" label="目标纬度" width="100"/>
<el-table-column prop="Lat" label="目标经纬度" width="100">
<template #default="scope">
{{ scope.row.Lon }},{{ scope.row.Lat }}
</template>
</el-table-column>
<el-table-column prop="Strength" label="强度信息" width="100"/>
<el-table-column label="处理方式" show-overflow-tooltip width="200" fixed="right">
<template #default="scope">

Loading…
Cancel
Save