Selaa lähdekoodia

修复成绩查询导出按钮

ting.yin 6 vuotta sitten
vanhempi
commit
366ac05493

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

@@ -58,7 +58,7 @@
 			
 			<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
 			&nbsp;
-			<c:if test="${!web_user.schoolViewer} && ${enableExport==true}">
+			<c:if test="${!web_user.schoolViewer && enableExport==true}">
 			<input id="export-button" class="btn" type="button" value="导出" onclick="goExport()"/>
 			</c:if>
 			<c:if test="${web_user.schoolAdmin}">