lchao 5 ヶ月 前
コミット
c3fa8aebba

+ 10 - 2
qmjszx-admin/src/main/resources/templates/system/notice/notice.html

@@ -82,7 +82,8 @@
             },
                 {
                     field: 'noticeId',
-                    title: '序号'
+                    title: '序号',
+                    visible: false
                 },
                 {
                     field: 'noticeTitle',
@@ -121,11 +122,18 @@
                 },
                 {
                     field: 'createBy',
-                    title: '创建者'
+                    title: '创建者',
+                    visible: false
                 },
                 {
                     field: 'createTime',
                     title: '创建时间',
+                    sortable: true,
+                    visible: false
+                },
+                {
+                    field: 'releaseTime',
+                    title: '发布时间',
                     sortable: true
                 },
                 {