From 5e0369000fffa11b8607350d24e181c005bffa15 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 16 Oct 2025 09:00:10 +0800
Subject: [PATCH] feat:设备管理增加单位

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

diff --git a/src/views/device/airport.vue b/src/views/device/airport.vue
index 877f976..adfc18d 100644
--- a/src/views/device/airport.vue
+++ b/src/views/device/airport.vue
@@ -511,10 +511,10 @@
           //   ],
           // },
           {
-            label: '流量剩余',
+            label: '流量剩余(GB)',
             prop: 'traffic_remaining',
             labelWidth: 145,
-            width: 100,
+            width: 120,
             // editDisabled: true,
             editDisplay: false, //编辑显示
             // rules: [

--
Gitblit v1.9.3