From c8a416829d700542718fe5f1e5fa3c4036205828 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 31 Jan 2026 14:32:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue b/applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue
index d56f1f3..c5635fb 100644
--- a/applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue
+++ b/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 }">

--
Gitblit v1.9.3