吉安感知网项目-前端
shuishen
2026-07-23 6e88705bd5b443a259b24c17c8a299765d059d96
applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue
@@ -78,7 +78,7 @@
               <el-table-column prop="manufacturer" show-overflow-tooltip label="厂商" />
               <el-table-column prop="contactPhone" show-overflow-tooltip width="112" label="联系方式" />
               <el-table-column prop="sceneName" 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('edit', row)" type="warning">配置接口</el-link>
                  </template>
@@ -127,6 +127,7 @@
   status: '', // 设备状态
   current: 1, // 当前页
   size: 10, // 每页大小
   trackStatus: 1, // 轨迹状态
})
const searchParams = ref(initSearchParams()) // 查询参数