吉安感知网项目-前端
罗广辉
2026-01-31 c8a416829d700542718fe5f1e5fa3c4036205828
applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue
@@ -65,7 +65,7 @@
               <el-table-column prop="deviceModel" show-overflow-tooltip label="设备型号" />
               <el-table-column prop="deviceName" show-overflow-tooltip label="设备名称" />
               <el-table-column prop="deviceSn" show-overflow-tooltip label="设备编码" />
               <el-table-column prop="deviceStatus" show-overflow-tooltip label="设备状态">
               <el-table-column prop="deviceStatus" show-overflow-tooltip width="96" label="设备状态">
                  <template v-slot="{ row }">
                     {{ getDictLabel(row.status, dictObj.deviceStatus) }}
                  </template>
@@ -76,7 +76,7 @@
                  </template>
               </el-table-column>
               <el-table-column prop="manufacturer" show-overflow-tooltip label="厂商" />
               <el-table-column prop="contactPhone" 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">
                  <template v-slot="{ row }">