From 96df9c12a94474ddd567fab1f255d3721b6cf03c Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 02 一月 2025 16:28:38 +0800
Subject: [PATCH] 调整UI引擎页面按钮图标
---
Source/plt-web/plt-web-ui/src/views/system/user/option.js | 23 ++++++++++++++++++-----
1 files changed, 18 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 32672fc..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: '鎵�灞為儴闂�',
@@ -84,10 +85,21 @@
align:'center',
type:'tree',
dicData: [],
+ hide:true,
props: {
label: 'name',
value: 'oid'
},
+ search:true,
+ sortable:true,
+ overHidden: true,
+ width:200,
+ },
+ {
+ label: '鎵�灞為儴闂�',
+ prop: 'pkDepartmentName',
+ align:'center',
+ display: false,
search:true,
sortable:true,
overHidden: true,
@@ -133,7 +145,7 @@
prop: 'isDeptLeader',
sortable:true,
display:false,
- width: 95,
+ width: 90,
formatter:function (row, value){
if(value=='涓嶆槸'){
return "鍚�"
@@ -144,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