From 2fc2715cdb835c5dbbd3bec4a1ff1e78573d609b Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 4 Nov 2024 11:22:42 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/pages/document/document.html | 2 ++ 1 file changed, 2 insertions(+) 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',