|
|
|
@ -54,6 +54,7 @@
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="delete"><a
|
|
|
|
|
class="woo-theme-color">删除</a></span>
|
|
|
|
|
</script>
|
|
|
|
@ -90,6 +91,7 @@
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '文档名称', field: 'name', align: 'center' },
|
|
|
|
|
{ title: '上传时间', field: 'create_time', align: 'center' },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "10%" }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|