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.

28 lines
1.1 KiB
HTML

@@include('./../../template/common/header.html', {
"title": "edittable",
csslinks:['./../../static/css/edittable.css']
})
<div class="layui-iframe">
@@include('./../../template/common/breadcrumb.html', {
"title": "edittable",
subtitle:''
})
<div class="layui-fluid">
<div class="layui-card table-box">
<div class="layui-opr-block">
<span class="normal-btn add-dialog mr-10">新增</span>
</div>
<div class="layui-card-body">
<table id="listTable" lay-filter="listTable" lay-size="lg" class="layui-form"></table>
<div id="pages"></div>
</div>
</div>
</div>
</div>
<script type="text/html" id="cellOperating">
<span class="cell-opr edit-cell" lay-event="edit" data-tips="编辑" onmouseover="showToolTips(this)"></span>
<span class="cell-opr delete-cell" lay-event="delete" data-tips="删除" onmouseover="showToolTips(this)"></span>
</script>
@@include('./../../template/common/footer.html', {
"jslinks": ['./../../static/js/edittable/index.js']
})