From 57c1aad776baa26cd534afcddcdc7cee25910880 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 09 Oct 2025 14:32:02 +0800
Subject: [PATCH] Merge branch 'feature/v6.0/6.0.4' into feature/v7.0/7.0.1

---
 src/views/system/user.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index c4104e5..83ad8b5 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -519,6 +519,7 @@
             column: [
               {
                 label: '到期时间',
+                labelWidth: 110,
                 prop: 'expireTime',
                 type: 'datetime',
                 format: 'YYYY-MM-DD HH:mm:ss',
@@ -526,12 +527,14 @@
               },
               {
                 label: '次数限制',
+                labelWidth: 110,
                 prop: 'maxLoginNum',
                 type: 'input',
               },
 
               {
                 label: '飞行开始时间',
+                labelWidth: 110,
                 prop: 'flightStartTime',
                 type: 'time',
                 format: 'HH:mm',
@@ -546,6 +549,7 @@
               },
               {
                 label: '飞行结束时间',
+                labelWidth: 110,
                 prop: 'flightEndTime',
                 type: 'time',
                 format: 'HH:mm',

--
Gitblit v1.9.3