Sha256: ba673c3553f808b3c0335119d4d98ce3845e6726a1ccabb2da2fce61e20ae02c
Contents?: true
Size: 1.19 KB
Versions: 104
Compression:
Stored size: 1.19 KB
Contents
<div class="section"> <h4><span>操作日志</span></h4> <hr> <table class="layui-hide" id="logs_table" lay-filter="logs_table"></table> </div> <script> layui.use(['form', 'table'], function () { var $ = layui.jquery, form = layui.form, table = layui.table; table.render({ elem: '#logs_table', url: '/missions/logs', defaultToolbar: [], totalRow:true, cols: [ [{ field: 'id', title:'序号', width: 80 }, { field: 'source', title: '操作对象', width: 120 }, { field: 'action_name', title: '动作', width: 120 }, { field: 'user', title: '操作用户', width: 120 }, { field: 'params', title: '参数', idth: 300 }, { field: 'created_at', title: '操作时间', sort: true, width: 180 }] ], limit: 20 }); }); </script>
Version data entries
104 entries across 104 versions & 1 rubygems