From 1d54251546a06fc8e7cdbb3f28db7cba76ca07a0 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期二, 29 十月 2024 14:57:09 +0800 Subject: [PATCH] 调整页面,修改bug --- Source/plt-web/plt-web-ui/src/views/system/user/option.js | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 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 d302eb2..890f98b 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,10 +4,11 @@ prop: 'id', search:true, sortable:true, + editDisabled: true, rules: [ { required: true, - message: '璇疯緭鍏ュ鍚�', + message: '璇疯緭鍏ヨ处鍙�', trigger: 'blur' } ] @@ -61,25 +62,36 @@ prop: 'status', display:false, sortable:true, + width: 80, }, { label: '瀵嗙爜绛栫暐', prop: 'pkPasswordStrategyName', sortable:true, display:false, + width: 100 }, { label: '閿佸畾鐘舵��', prop: 'lockFlag', sortable:true, display:false, + width: 100, }, { label: '鎵�灞為儴闂�', - prop: 'pkDepartmentName', + prop: 'pkDepartment', align:'center', + type:'tree', + dicData: [], + props: { + label: 'name', + value: 'oid' + }, search:true, sortable:true, + overHidden: true, + width:200, }, { label: '涓撲笟', @@ -105,7 +117,8 @@ prop: 'email', sortable:true, overHidden: true, - row:true + row:true, + span:24 }, { label: '鎻忚堪', @@ -113,6 +126,7 @@ prop: 'description', sortable:true, overHidden: true, + span:24 }, { label: '閮ㄩ棬棰嗗', @@ -123,7 +137,7 @@ { label: '鎵�灞炲瘑绾�', prop: 'secretGradeText', - sortable:true, display:false, + width: 80 }, ]; -- Gitblit v1.9.3