You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
641 B
HTML

@@include('./../../template/common/header.html', {
"title": "excel 导出",
csslinks:[]
})
<div class="layui-iframe">
@@include('./../../template/common/breadcrumb.html', {
"title": "excel 导出",
subtitle:''
})
<div class="layui-card table-box">
<div class="layui-opr-block">
<span class="normal-btn export-button mr-10">导出</span>
</div>
<div class="layui-card-body">
<table id="listTable" lay-filter="listTable" lay-size="lg"></table>
<div id="pages"></div>
</div>
</div>
</div>
</div>
@@include('./../../template/common/footer.html', {
"jslinks": ['./../../static/js/excel/export.js']
})