Sha256: 9988ec528506d0e400c4cbfb72b8ba8ca93b78e675d21310d4eadf46cf02649b
Contents?: true
Size: 768 Bytes
Versions: 9
Compression:
Stored size: 768 Bytes
Contents
<table class="layui-hide" id="follow_up_schoolTable"></table> <script> layui.use(['table'], function () { var $ = layui.jquery, table = layui.table table.render({ elem: '#follow_up_schoolTable', url: '/educode_sales/staffs/' + parent.staff_id + "/follow_up_schools", defaultToolbar: [], cols: [ [ { field: 'id', title: '序号' }, { field: 'name', title: '单位' }, { field: 'updated_at', title: '最后跟进', } ] ], page: true }); }); </script>
Version data entries
9 entries across 9 versions & 1 rubygems