From 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 17 Nov 2025 09:54:44 +0800
Subject: [PATCH] feat:更新初始化地形
---
src/views/system/user.vue | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index 09c1674..83ad8b5 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -227,7 +227,9 @@
option: {
tip: false,
searchShow: true,
- searchMenuSpan: 6,
+ searchGutter: 30,
+ searchMenuPosition: 'left',
+ searchMenuSpan: 4,
border: true,
index: true,
selection: true,
@@ -243,6 +245,7 @@
label: '登录账号',
prop: 'account',
search: true,
+ searchSpan: 5,
display: false,
},
// {
@@ -255,6 +258,7 @@
label: '用户姓名',
prop: 'realName',
search: true,
+ searchSpan: 5,
display: false,
},
{
@@ -402,8 +406,8 @@
},
{
min: 2,
- max: 10,
- message: '姓名长度在2到5个字符',
+ max: 50,
+ message: '姓名长度在2到50个字符',
},
],
},
@@ -515,6 +519,7 @@
column: [
{
label: '到期时间',
+ labelWidth: 110,
prop: 'expireTime',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
@@ -522,12 +527,14 @@
},
{
label: '次数限制',
+ labelWidth: 110,
prop: 'maxLoginNum',
type: 'input',
},
{
label: '飞行开始时间',
+ labelWidth: 110,
prop: 'flightStartTime',
type: 'time',
format: 'HH:mm',
@@ -542,6 +549,7 @@
},
{
label: '飞行结束时间',
+ labelWidth: 110,
prop: 'flightEndTime',
type: 'time',
format: 'HH:mm',
--
Gitblit v1.9.3