Skip to content

Commit

Permalink
业务日志模块权限修复
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc authored and ysc committed Oct 23, 2012
1 parent 507a349 commit b4f2720
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</module>
<module english="log" chinese="业务日志">
<subModules>
<module english="cud" chinese="增删改日志" >
<module english="operateLog" chinese="增删改日志" >
<commands>
<command english="query" chinese="查询" />
<command english="chart" chinese="图表" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>添删改日志</title>
<%@include file="../include/common.jsp" %>
<script type="text/javascript" src="../js/chart.js"></script>
<script type="text/javascript" src="js/cud.js"></script>
<script type="text/javascript" src="js/operateLog.js"></script>
</head>
<body>
<div id='grid-div' style="width:100%; height:100%;"> </div>
Expand Down

0 comments on commit b4f2720

Please sign in to comment.