From 47f55b94f04ac9d92c044ff85584accd30c57210 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 22 Aug 2024 10:04:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/carrier/carrier.html | 5 +++++ .../templates/system/destoryCarrier/destoryCarrier.html | 5 +++++ .../templates/system/maintainCarrier/maintainCarrier.html | 5 +++++ .../resources/templates/system/recCarrier/recCarrier.html | 5 +++++ .../resources/templates/system/saveCarrier/saveCarrier.html | 5 +++++ .../resources/templates/system/useCarrier/useCarrier.html | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html b/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html index de444ee..0230753 100644 --- a/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html @@ -139,6 +139,11 @@ field: 'carrierTerm', title: '保密期限' }, + { + field: 'createTime', + title: '创建时间', + sortable: true + }, { field: 'status', title: '状态', diff --git a/ruoyi-admin/src/main/resources/templates/system/destoryCarrier/destoryCarrier.html b/ruoyi-admin/src/main/resources/templates/system/destoryCarrier/destoryCarrier.html index 51284da..e6e3a97 100644 --- a/ruoyi-admin/src/main/resources/templates/system/destoryCarrier/destoryCarrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/destoryCarrier/destoryCarrier.html @@ -116,6 +116,11 @@ field: 'carrierTerm', title: '保密期限' }, + { + field: 'createTime', + title: '创建时间', + sortable: true + }, { title: '操作', align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/maintainCarrier/maintainCarrier.html b/ruoyi-admin/src/main/resources/templates/system/maintainCarrier/maintainCarrier.html index af45ae1..28b73a0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/maintainCarrier/maintainCarrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/maintainCarrier/maintainCarrier.html @@ -116,6 +116,11 @@ field: 'carrierTerm', title: '保密期限' }, + { + field: 'createTime', + title: '创建时间', + sortable: true + }, { title: '操作', align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/recCarrier/recCarrier.html b/ruoyi-admin/src/main/resources/templates/system/recCarrier/recCarrier.html index 211190d..6b2e6aa 100644 --- a/ruoyi-admin/src/main/resources/templates/system/recCarrier/recCarrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/recCarrier/recCarrier.html @@ -116,6 +116,11 @@ field: 'carrierTerm', title: '保密期限' }, + { + field: 'createTime', + title: '创建时间', + sortable: true + }, { title: '操作', align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/saveCarrier/saveCarrier.html b/ruoyi-admin/src/main/resources/templates/system/saveCarrier/saveCarrier.html index 634703d..218b6f1 100644 --- a/ruoyi-admin/src/main/resources/templates/system/saveCarrier/saveCarrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/saveCarrier/saveCarrier.html @@ -116,6 +116,11 @@ field: 'carrierTerm', title: '保密期限' }, + { + field: 'createTime', + title: '创建时间', + sortable: true + }, { title: '操作', align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/useCarrier/useCarrier.html b/ruoyi-admin/src/main/resources/templates/system/useCarrier/useCarrier.html index 6721301..be92f9d 100644 --- a/ruoyi-admin/src/main/resources/templates/system/useCarrier/useCarrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/useCarrier/useCarrier.html @@ -116,6 +116,11 @@ field: 'carrierTerm', title: '保密期限' }, + { + field: 'createTime', + title: '创建时间', + sortable: true + }, { title: '操作', align: 'center',