From 37d730454255d0680c2bc4f1e15dc5cd1a55e6a9 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 30 十月 2024 09:58:36 +0800 Subject: [PATCH] 部门分配成员接口和界面传参修改,枚举修改报错修复提交 --- 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