Sha256: ee880686e2a80ef3822c7af9d7db70e6526a2619f1092813385f537820e940df
Contents?: true
Size: 1.19 KB
Versions: 9
Compression:
Stored size: 1.19 KB
Contents
<table class="layui-hide" id="keyTable"></table> <script> layui.use(['table'], function () { var table = layui.table table.render({ elem: '#keyTable', url: '/educode_sales/follow_ups/' + parent.follow_up_id + "/teachers", defaultToolbar: [], cols: [ [ { field: 'id', width: 80, title: '序号' }, { field: 'name', width: 140, title: '姓名' }, { field: 'job', width: 140, title: '职务', }, { field: 'attitude', width: 140, title: '态度' }, { field: 'professional_title', width: 140, title: '职称' }, { field: 'sex', width: 100, title: '性别' }, { field: 'birth_date', width: 200, title: '生日', }, { field: 'remark', width: 300, title: '其他信息', } ] ], skin: 'line' }); }); </script>
Version data entries
9 entries across 9 versions & 1 rubygems