From 15d3ef6556a39be2dd7275935f88292eb6bdec18 Mon Sep 17 00:00:00 2001 From: Mlxa0324 <mlx950324@163.com> Date: Sat, 15 Oct 2022 18:15:41 +0800 Subject: [PATCH] 1 --- .../jlw/teacherOpenCourseStudentSigninLog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/templates/jlw/teacherOpenCourseStudentSigninLog/index.html b/web/src/main/resources/templates/jlw/teacherOpenCourseStudentSigninLog/index.html index 4de0aa2d..6e6d3b4c 100644 --- a/web/src/main/resources/templates/jlw/teacherOpenCourseStudentSigninLog/index.html +++ b/web/src/main/resources/templates/jlw/teacherOpenCourseStudentSigninLog/index.html @@ -7,8 +7,6 @@ <script type="text/html" id="toolbar_teacherOpenCourseStudentSigninLog"> <div class="layui-btn-container"> <div class="layui-btn-group" > - <layui:accessButton function="teacherOpenCourseStudentSigninLog.exportDocument" action="exportDocument" class="layui-btn-warm"><span - class="iconfont"></span>导出</layui:accessButton> <!--# if(core.searchIsShow(search)) {--> <layui:accessButton function="teacherOpenCourseStudentSigninLog.query" id="searchFormSearch" action="search"><i class="layui-icon"></i>搜索</layui:accessButton> <!--# }--> @@ -18,6 +16,8 @@ <!--# if(!isEmpty(search)) {--> <layui:accessButton function="teacherOpenCourseStudentSigninLog.query" action="refresh"><i class="layui-icon"></i>刷新</layui:accessButton> <!--# }--> + <layui:accessButton function="teacherOpenCourseStudentSigninLog.exportDocument" action="exportDocument" class="layui-btn-warm"><span + class="iconfont"></span>导出</layui:accessButton> </div> </div> </script>