Sha256: 8abd4a3130627ed93ef9bd011ab5d901ca13b356a74bfa7edf5ce3130ce91d34
Contents?: true
Size: 758 Bytes
Versions: 204
Compression:
Stored size: 758 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: '/missions/staffs/' + parent.staff_id + "/follow_up_schools", defaultToolbar: [], cols: [ [ { field: 'id', title:'序号',type: 'numbers', }, { field: 'name', title: '单位' }, { field: 'updated_at', title: '最后跟进', } ] ], }); }); </script>
Version data entries
204 entries across 204 versions & 1 rubygems