|
@@ -58,7 +58,7 @@
|
|
|
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
|
|
|
|
- <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()"/>
|
|
<input id="export-button" class="btn" type="button" value="导出" onclick="goExport()"/>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${web_user.schoolAdmin}">
|
|
<c:if test="${web_user.schoolAdmin}">
|