From c4e17e16e32f396432303270004883da6ac27161 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 26 十二月 2024 17:56:27 +0800
Subject: [PATCH] 修改样式,action管理左侧树去掉按钮

---
 Source/plt-web/plt-web-ui/src/option/user/info.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/option/user/info.js b/Source/plt-web/plt-web-ui/src/option/user/info.js
index 84c5dff..65bf4f6 100644
--- a/Source/plt-web/plt-web-ui/src/option/user/info.js
+++ b/Source/plt-web/plt-web-ui/src/option/user/info.js
@@ -17,7 +17,7 @@
           span: 12,
           row: true,
           prop: 'userId',
-          readonly:true
+          disabled:true
         },
         {
           label: '濮撳悕',
@@ -30,14 +30,14 @@
           span: 12,
           row: true,
           prop: 'personName',
-          readonly:true,
+          disabled:true
         },
         {
           label: '褰撳墠瀵嗙骇',
           span: 12,
           row: true,
           prop: 'userSecretText',
-          readonly:true,
+          disabled:true
         },
         {
           label: '閭',

--
Gitblit v1.9.3