From bf343684bc29ce9e43fa424286ac2a45aaab73b7 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 05 Sep 2025 16:20:09 +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 3f3ca55..f5c8875 100644
--- a/src/views/device/airport.vue
+++ b/src/views/device/airport.vue
@@ -661,7 +661,7 @@
{
- label: '在线时间',
+ label: '设备最新在线时间',
hide: true,
prop: 'login_time',
type: 'date',
@@ -684,7 +684,7 @@
// ],
},
{
- label: '注册时间',
+ label: '设备注册时间',
prop: 'create_time',
type: 'date',
hide: true,
--
Gitblit v1.9.3