From 699249fb4085261104d1756150f403305716b472 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 01 十一月 2024 17:30:42 +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, 10 insertions(+), 2 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 0abfc0a..cf9c5d3 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
@@ -17,6 +17,7 @@
prop: 'name',
search:true,
sortable:true,
+ overHidden: true,
rules: [
{
required: true,
@@ -132,12 +133,19 @@
prop: 'isDeptLeader',
sortable:true,
display:false,
+ width: 95,
+ formatter:function (row, value){
+ if(value=='涓嶆槸'){
+ return "鍚�"
+ }
+ return value
+ }
},
{
label: '鎵�灞炲瘑绾�',
prop: 'secretGradeText',
- width: 80,
- sortable: true,
+ width: 100,
+ sortable:true,
type: 'select',
dicUrl: 'api/webEnumController/getEnum?comboxKey=usersecurityenum',
props: {
--
Gitblit v1.10.0