From fe78d808c2d06a0f385f32b0028b656c7136ef79 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Wed, 15 Oct 2025 15:58:50 +0800 Subject: [PATCH] 1 --- .../src/main/java/org/dromara/officialWebsite/domain/OwCases.java | 2 +- .../src/main/java/org/dromara/officialWebsite/domain/bo/OwCasesBo.java | 2 +- .../src/main/java/org/dromara/officialWebsite/domain/vo/OwCasesVo.java | 2 +- plus-ui/src/views/officialWebsite/caseCategory/index.vue | 2 +- plus-ui/src/views/officialWebsite/cases/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/OwCases.java b/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/OwCases.java index dd3514b..b484be3 100644 --- a/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/OwCases.java +++ b/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/OwCases.java @@ -63,7 +63,7 @@ public class OwCases extends BaseEntity { /** * 完成日期 */ - private Date completionDate; + private String completionDate; /** * 设计稿链接 diff --git a/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/bo/OwCasesBo.java b/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/bo/OwCasesBo.java index 89bf591..42b1c22 100644 --- a/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/bo/OwCasesBo.java +++ b/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/bo/OwCasesBo.java @@ -69,7 +69,7 @@ public class OwCasesBo extends BaseEntity { /** * 完成日期 */ - private Date completionDate; + private String completionDate; /** * 设计稿链接 diff --git a/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/vo/OwCasesVo.java b/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/vo/OwCasesVo.java index 294a6b4..79ad16e 100644 --- a/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/vo/OwCasesVo.java +++ b/java-api/ruoyi-modules/h-project/src/main/java/org/dromara/officialWebsite/domain/vo/OwCasesVo.java @@ -92,7 +92,7 @@ public class OwCasesVo implements Serializable { * 完成日期 */ @ExcelProperty(value = "完成日期") - private Date completionDate; + private String completionDate; /** * 设计稿链接 diff --git a/plus-ui/src/views/officialWebsite/caseCategory/index.vue b/plus-ui/src/views/officialWebsite/caseCategory/index.vue index 9cf1354..08c065f 100644 --- a/plus-ui/src/views/officialWebsite/caseCategory/index.vue +++ b/plus-ui/src/views/officialWebsite/caseCategory/index.vue @@ -55,7 +55,7 @@ - + diff --git a/plus-ui/src/views/officialWebsite/cases/index.vue b/plus-ui/src/views/officialWebsite/cases/index.vue index 06ecfed..04181ca 100644 --- a/plus-ui/src/views/officialWebsite/cases/index.vue +++ b/plus-ui/src/views/officialWebsite/cases/index.vue @@ -139,7 +139,7 @@ - +