|
|
|
|
@ -586,7 +586,7 @@
|
|
|
|
|
<el-table-column prop="longitude" label="目标经度" width="100"/>
|
|
|
|
|
<el-table-column prop="latitude" label="目标纬度" width="100"/>
|
|
|
|
|
<el-table-column prop="strength" label="强度信息" width="100"/>
|
|
|
|
|
<el-table-column label="处理方式" show-overflow-tooltip width="160" fixed="right">
|
|
|
|
|
<el-table-column label="处理方式" show-overflow-tooltip width="200" fixed="right">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<el-button type="primary" link @click.stop="openShildDialog3(scope)">固定物</el-button>
|
|
|
|
|
<el-button type="primary" link @click.stop="openHandleObstacleDialog3(scope)">修改</el-button>
|
|
|
|
|
|