吉安感知网项目-前端
shuishen
2026-07-23 6e88705bd5b443a259b24c17c8a299765d059d96
applications/drone-command/src/views/areaManage/areaStatistics/index.vue
@@ -49,7 +49,7 @@
               <el-table-column prop="counterCount" show-overflow-tooltip label="侦测反制次数" />
               <el-table-column prop="counterSuccessCount" show-overflow-tooltip label="反制成功次数" />
               <el-table-column prop="controlEffect" show-overflow-tooltip label="管控效果" />
               <el-table-column label="操作" class-name="operation-btns">
               <el-table-column label="操作" class-name="operation-btns" fixed="right">
                  <template v-slot="{ row }">
                     <el-link @click="openForm(row)">查看</el-link>
                  </template>