From 6e70fb46f7b5fd910cc317ba84ef4c8cb93f9ef8 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 02 一月 2025 09:59:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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