diff --git a/WebRoot/html/pages/document/document.html b/WebRoot/html/pages/document/document.html index f69aaa27..e41228a8 100644 --- a/WebRoot/html/pages/document/document.html +++ b/WebRoot/html/pages/document/document.html @@ -54,6 +54,7 @@ @@ -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',