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 @@
+
+
+
+
+