Browse Source

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 years ago
parent
commit
7f5f1569c0

+ 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>