From 33b8dbd50769d88233eeb92b488e78e083168463 Mon Sep 17 00:00:00 2001 From: "wei.zhang2" Date: Wed, 13 Dec 2017 09:33:37 +0800 Subject: [PATCH] 1 --- src/main/resources/static/pages/notice/noticePubList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/pages/notice/noticePubList.html b/src/main/resources/static/pages/notice/noticePubList.html index 3de05ff..2524c74 100644 --- a/src/main/resources/static/pages/notice/noticePubList.html +++ b/src/main/resources/static/pages/notice/noticePubList.html @@ -102,7 +102,6 @@ function init(){ "columns": [ { "data": "title", "defaultContent": ""}, { "data": "updateTime", "defaultContent": ""}, - { "data": "readTime", "defaultContent": ""}, { "data": "", "defaultContent": "", @@ -114,6 +113,7 @@ function init(){ return "未读"; } }, + { "data": "readTime", "defaultContent": ""}, { "data": "", "defaultContent": "",