| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <style> |
| | | .layui-table-cell { |
| | | height: 100%; |
| | | } |
| | | </style> |
| | | <script type="text/html" id="thumbFormat"> |
| | | <img src="{{d.thumb}}" /> |
| | | </script> |
| | | <script data-th-inline="none" type="text/javascript"> |
| | | layui.use(['dropdown', 'jquery', 'laydate', 'form', 'table', 'febs', 'treeSelect'], function () { |
| | | var $ = layui.jquery, |
| | |
| | | cols: [[ |
| | | {type: 'checkbox'}, |
| | | {field: 'name', title: '视频名称', minWidth: 100}, |
| | | {templet: '#thumbFormat', title: '缩略图', minWidth: 100}, |
| | | {field: 'createdTime', title: '创建时间', minWidth: 180, sort: true} |
| | | ]] |
| | | }); |