http block菜单修改 改为查询操控日志
This commit is contained in:
@@ -2708,6 +2708,11 @@ public class ExportExcel {
|
||||
dict="action_manipulate";
|
||||
val = msgProp.getProperty(dict,dict);
|
||||
}
|
||||
if(ef.title().equals("action")
|
||||
&& dict.equals("action_redirect")) {
|
||||
dict="action_manipulate";
|
||||
val = msgProp.getProperty(dict,dict);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user