From 752005cfdf12a66db30365656bb0ed76e872663c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 02 Sep 2025 17:57:46 +0800
Subject: [PATCH] feat:更新设备调整

---
 src/views/device/airport.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/device/airport.vue b/src/views/device/airport.vue
index ea0075e..06ab12d 100644
--- a/src/views/device/airport.vue
+++ b/src/views/device/airport.vue
@@ -367,7 +367,7 @@
             label: '设备名称',
             prop: 'nickname',
             labelWidth: 130,
-            width: 100,
+            width: 160,
             searchSpan: 4,
             search: true,
             overHidden: true,
@@ -388,7 +388,7 @@
             editDisplay: false, //编辑显示
             viewDisplay: false, //查看显示
             labelWidth: 130,
-            width: 100,
+            width: 200,
           },
           {
             label: '设备位置',
@@ -470,7 +470,7 @@
             label: '负载设备',
             prop: 'payload_str',
             labelWidth: 130,
-            width: 100,
+            width: 160,
             overHidden: true,
             editDisabled: true,
             // rules: [
@@ -617,10 +617,11 @@
           
 
           {
-            hide: true,
+            // hide: true,
             label: '保险有效期',
             prop: 'duration_of_insurance',
             labelWidth: 130,
+            width: 160,
             type: 'daterange',
             format: 'YYYY-MM-DD',
             valueFormat: 'YYYY-MM-DD HH:mm:ss',

--
Gitblit v1.9.3