From 8c107924ebc49105fa81f13f972f1710b42c1503 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 01 十一月 2024 17:30:20 +0800
Subject: [PATCH] 首页样式修改

---
 Source/plt-web/plt-web-ui/src/views/system/user/option.js |   20 +++++++++++++++++---
 1 files changed, 17 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 890f98b..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
@@ -4,7 +4,6 @@
     prop: 'id',
     search:true,
     sortable:true,
-    editDisabled: true,
     rules: [
       {
         required: true,
@@ -18,6 +17,7 @@
     prop: 'name',
     search:true,
     sortable:true,
+    overHidden: true,
     rules: [
       {
         required: true,
@@ -133,11 +133,25 @@
     prop: 'isDeptLeader',
     sortable:true,
     display:false,
+    width: 95,
+    formatter:function (row, value){
+      if(value=='涓嶆槸'){
+        return "鍚�"
+      }
+      return value
+    }
   },
   {
     label: '鎵�灞炲瘑绾�',
     prop: 'secretGradeText',
-    display:false,
-    width: 80
+    width: 100,
+    sortable:true,
+    type: 'select',
+    dicUrl: 'api/webEnumController/getEnum?comboxKey=usersecurityenum',
+    props: {
+      label: 'value',
+      value: 'key',
+      res: "obj",
+    },
   },
 ];

--
Gitblit v1.9.3