From 5788eb7e2d6ba09c732a87b6213a50b30cc80eb4 Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期五, 27 十二月 2024 18:16:19 +0800 Subject: [PATCH] 调整按钮设计页面,调整UI页签窗口 --- 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