浏览代码

application.properties中scoreList.showExportScore含义更改了,具体说明:value = true or false (aopeng set true and others set false.If a project needs to be set up true in the future else false)
eg:scoreList.showExportScore =false

nikang 6 年之前
父节点
当前提交
7f5f1569c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/scoreList.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/scoreList.jsp

@@ -67,7 +67,7 @@
 				</a>
 				<ul class="dropdown-menu">
 					<li><a href="##" onclick="goExport()">列表导出</a></li>
-					<c:if test="${showExportScore == 'aopeng'}">
+					<c:if test="${showExportScore}">
 						<li><a href="##" onclick="goExportScore()">成绩导出</a></li>
 					</c:if>
 				</ul>