http block菜单修改 改为查询操控日志

This commit is contained in:
shangguanyanfei
2019-06-05 18:50:15 +08:00
parent d0499163b3
commit 3e1500cf38
7 changed files with 1144 additions and 15 deletions

View File

@@ -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);
}
}
}