From 6825bbb953ba08ebcf747417ab3954639c909494 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 02 一月 2025 09:41:35 +0800
Subject: [PATCH] 调整页面

---
 Source/plt-web/plt-web-ui/src/views/system/user/option.js |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/system/user/option.js b/Source/plt-web/plt-web-ui/src/views/system/user/option.js
index a673315..bacc89c 100644
--- a/Source/plt-web/plt-web-ui/src/views/system/user/option.js
+++ b/Source/plt-web/plt-web-ui/src/views/system/user/option.js
@@ -4,6 +4,7 @@
     prop: 'id',
     search:true,
     sortable:true,
+    width:110,
     rules: [
       {
         required: true,
@@ -62,21 +63,21 @@
     prop: 'status',
     display:false,
     sortable:true,
-    width: 80,
+    width: 70,
   },
   {
     label: '瀵嗙爜绛栫暐',
     prop: 'pkPasswordStrategyName',
     sortable:true,
     display:false,
-    width: 100
+    width: 90
   },
   {
     label: '閿佸畾鐘舵��',
     prop: 'lockFlag',
     sortable:true,
     display:false,
-    width: 100,
+    width: 90,
   },
   {
     label: '鎵�灞為儴闂�',
@@ -144,7 +145,7 @@
     prop: 'isDeptLeader',
     sortable:true,
     display:false,
-    width: 95,
+    width: 90,
     formatter:function (row, value){
       if(value=='涓嶆槸'){
         return "鍚�"
@@ -155,7 +156,8 @@
   {
     label: '鎵�灞炲瘑绾�',
     prop: 'secretGrade',
-    width: 100,
+    width: 110,
+    overHidden: true,
     sortable:true,
     type: 'select',
     dicUrl: 'api/webEnumController/getEnum?comboxKey=usersecurityenum',

--
Gitblit v1.9.3