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 | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 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 a4dbce6..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,6 +4,7 @@ prop: 'id', search:true, sortable:true, + editDisabled: true, rules: [ { required: true, @@ -61,23 +62,32 @@ 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, @@ -107,7 +117,8 @@ prop: 'email', sortable:true, overHidden: true, - row:true + row:true, + span:24 }, { label: '鎻忚堪', @@ -115,6 +126,7 @@ prop: 'description', sortable:true, overHidden: true, + span:24 }, { label: '閮ㄩ棬棰嗗', @@ -125,7 +137,7 @@ { label: '鎵�灞炲瘑绾�', prop: 'secretGradeText', - sortable:true, display:false, + width: 80 }, ]; -- Gitblit v1.9.3