From e16dae6884d0d6d1ae77b0095f55552c767c3c44 Mon Sep 17 00:00:00 2001
From: Aug <17674666882@163.com>
Date: Tue, 12 Aug 2025 23:19:07 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=AE=BA=E6=96=87=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E4=BA=8C=E8=A1=A5=E5=85=85=E5=89=AF=E6=A0=87=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../jeecg/modules/educationThesisTwo/entity/EducationThesisTwo.java | 4 ++++
.../jeecg/modules/educationThesisTwo/vo/EducationThesisTwoPage.java | 4 ++++
.../jeecg/modules/educationThesisTwo/vue/EducationThesisTwoList.vue | 6 ++++++
.../educationThesisTwo/vue/modules/EducationThesisTwoForm.vue | 5 +++++
4 files changed, 19 insertions(+)
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/entity/EducationThesisTwo.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/entity/EducationThesisTwo.java
index cacf91e..90e96ac 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/entity/EducationThesisTwo.java
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/entity/EducationThesisTwo.java
@@ -57,6 +57,10 @@ public class EducationThesisTwo implements Serializable {
@Excel(name = "标题", width = 15)
@ApiModelProperty(value = "标题")
private java.lang.String title;
+ /**副标题*/
+ @Excel(name = "副标题", width = 15)
+ @ApiModelProperty(value = "副标题")
+ private java.lang.String shortTitle;
/**封面/海报图片*/
@Excel(name = "封面/海报图片", width = 15)
@ApiModelProperty(value = "封面/海报图片")
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vo/EducationThesisTwoPage.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vo/EducationThesisTwoPage.java
index c057ec0..f4bcd23 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vo/EducationThesisTwoPage.java
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vo/EducationThesisTwoPage.java
@@ -53,6 +53,10 @@ public class EducationThesisTwoPage {
@Excel(name = "标题", width = 15)
@ApiModelProperty(value = "标题")
private java.lang.String title;
+ /**副标题*/
+ @Excel(name = "副标题", width = 15)
+ @ApiModelProperty(value = "副标题")
+ private java.lang.String shortTitle;
/**封面/海报图片*/
@Excel(name = "封面/海报图片", width = 15)
@ApiModelProperty(value = "封面/海报图片")
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/EducationThesisTwoList.vue b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/EducationThesisTwoList.vue
index 611dbc4..560f910 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/EducationThesisTwoList.vue
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/EducationThesisTwoList.vue
@@ -135,6 +135,11 @@
align:"center",
dataIndex: 'title'
},
+ {
+ title:'副标题',
+ align:"center",
+ dataIndex: 'shortTitle'
+ },
{
title:'封面/海报图片',
align:"center",
@@ -271,6 +276,7 @@
fieldList.push({type:'string',value:'categoryOne',text:'一级分类'})
fieldList.push({type:'string',value:'categoryTwo',text:'二级分类',dictCode:''})
fieldList.push({type:'Text',value:'title',text:'标题',dictCode:''})
+ fieldList.push({type:'Text',value:'shortTitle',text:'副标题',dictCode:''})
fieldList.push({type:'Text',value:'paperImage',text:'封面/海报图片',dictCode:''})
fieldList.push({type:'Text',value:'image',text:'详情页图片',dictCode:''})
fieldList.push({type:'Text',value:'titleModuleOne',text:'模块标题一',dictCode:''})
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/modules/EducationThesisTwoForm.vue b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/modules/EducationThesisTwoForm.vue
index f7fd177..da89644 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/modules/EducationThesisTwoForm.vue
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/educationThesisTwo/vue/modules/EducationThesisTwoForm.vue
@@ -19,6 +19,11 @@
+
+
+
+
+