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/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java b/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java index 6f41c7f..38480f4 100644 --- a/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java +++ b/Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java @@ -118,7 +118,7 @@ } /**鑾峰彇褰撳墠鐢ㄦ埛鐪嬪埌鐨勭涓�绾ц妭鐐规ā鍧�**/ - FunctionObject[] funcObjs = RightControlUtil.getFunctionsByRight("modelManagmentNode", userName); + FunctionObject[] funcObjs = RightControlUtil.getFunctionsByRight("business", userName); for(int i = 0;i<funcObjs.length;i++){ VCIModuleMainPanel mailPanel = new VCIModuleMainPanel(funcObjs[i]); moduleListMap.put(index, mailPanel); -- Gitblit v1.9.3