From c1941b8d0b5e7206165b62bc498c38ac95bbc6f2 Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Wed, 28 May 2025 16:37:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B6=89=E5=AF=86=E5=B2=97=E4=BD=8D?= =?UTF-8?q?=E4=B8=80=E8=A7=88=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/newdev/spost/add.html | 8 ++++---- .../templates/system/newdev/spost/classifiedPost.html | 4 ++-- .../resources/templates/system/newdev/spost/detail.html | 8 ++++---- .../resources/templates/system/newdev/spost/edit.html | 8 ++++---- .../com/ruoyi/system/domain/spost/TdClassifiedPost.java | 8 ++++---- .../system/domain/spost/dto/TdClassifiedPostDTO.java | 8 ++++---- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/add.html b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/add.html index 65a3d33c..fe8a0e39 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/add.html @@ -19,7 +19,7 @@
- +
@@ -47,7 +47,7 @@
- +
@@ -65,7 +65,7 @@
- +
@@ -73,7 +73,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html index 5d764a29..9b4bc985 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html @@ -86,7 +86,7 @@ }, { field: 'rule', - title: '三定规定' + title: '三定规定(或者主要职责任务)及编号' }, { field: 'postName', @@ -98,7 +98,7 @@ }, { field: 'classifiedRef', - title: '编号', + title: '岗位职责对应的三定规定编号', }, { field: 'classifiedAccording', diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/detail.html b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/detail.html index 3f9eb958..40106941 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/detail.html @@ -20,7 +20,7 @@
- +
@@ -48,7 +48,7 @@
- +
@@ -67,7 +67,7 @@
- +
@@ -75,7 +75,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/edit.html b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/edit.html index 6227016b..7fc70ce0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/edit.html @@ -20,7 +20,7 @@
- +
@@ -48,7 +48,7 @@
- +
@@ -67,7 +67,7 @@
- +
@@ -75,7 +75,7 @@
- +
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/TdClassifiedPost.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/TdClassifiedPost.java index f0211466..7480ac35 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/TdClassifiedPost.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/TdClassifiedPost.java @@ -34,7 +34,7 @@ public class TdClassifiedPost extends BaseEntity { /** * 三定规定 */ - @Excel(name = "三定规定") + @Excel(name = "三定规定(或者主要职责任务)及编号") private String rule; /** @@ -52,7 +52,7 @@ public class TdClassifiedPost extends BaseEntity { /** * 编号 */ - @Excel(name = "编号") + @Excel(name = "岗位职责对应的三定规定编号") private String classifiedRef; /** @@ -64,7 +64,7 @@ public class TdClassifiedPost extends BaseEntity { /** * 保密事项范围 */ - @Excel(name = "保密事项范围") + @Excel(name = "岗位职责涉及的保密事项范围") private String scopeMatters; /** @@ -75,7 +75,7 @@ public class TdClassifiedPost extends BaseEntity { /** * 秘密事项 */ - @Excel(name = "秘密事项") + @Excel(name = "岗位职责涉及的国家秘密事项") private String secretMatters; /** diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/dto/TdClassifiedPostDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/dto/TdClassifiedPostDTO.java index 402fc238..ca8a521d 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/dto/TdClassifiedPostDTO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/spost/dto/TdClassifiedPostDTO.java @@ -32,7 +32,7 @@ public class TdClassifiedPostDTO extends BaseEntity { /** * 三定规定 */ - @Excel(name = "三定规定") + @Excel(name = "三定规定(或者主要职责任务)及编号") private String rule; /** @@ -50,7 +50,7 @@ public class TdClassifiedPostDTO extends BaseEntity { /** * 编号 */ - @Excel(name = "编号") + @Excel(name = "岗位职责对应的三定规定编号") private String classifiedRef; /** @@ -62,7 +62,7 @@ public class TdClassifiedPostDTO extends BaseEntity { /** * 保密事项范围 */ - @Excel(name = "保密事项范围") + @Excel(name = "岗位职责涉及的保密事项范围") private String scopeMatters; /** @@ -73,7 +73,7 @@ public class TdClassifiedPostDTO extends BaseEntity { /** * 秘密事项 */ - @Excel(name = "秘密事项") + @Excel(name = "岗位职责涉及的国家秘密事项") private String secretMatters; /**