Sha256: d1dcf89ade4c952bad7ad700d57d570053ac23cc4e3ed60285ce2b4dc24a1f3e
Contents?: true
Size: 1.24 KB
Versions: 61
Compression:
Stored size: 1.24 KB
Contents
<table class="layui-hide" id="keyTable"></table> <script> layui.use(['table'], function () { var table = layui.table table.render({ elem: '#keyTable', url: '/missions/businesses/' + parent.business_id + "/key_person?follow_up_id=" + parent.follow_up_id, defaultToolbar: [], cols: [ [ { field: 'id', width: 80, title:'序号',type: 'numbers', }, { 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
61 entries across 61 versions & 1 rubygems