|
@ -178,6 +178,17 @@ |
|
|
align:"center", |
|
|
align:"center", |
|
|
dataIndex: 'categoryPeriodId_dictText' |
|
|
dataIndex: 'categoryPeriodId_dictText' |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title:'海报图片', |
|
|
|
|
|
align:"center", |
|
|
|
|
|
dataIndex: 'paperImage', |
|
|
|
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title:'海报文字描述', |
|
|
|
|
|
align:"center", |
|
|
|
|
|
dataIndex: 'paperDesc' |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '操作', |
|
|
title: '操作', |
|
|
dataIndex: 'action', |
|
|
dataIndex: 'action', |
|
@ -222,6 +233,8 @@ |
|
|
fieldList.push({type:'string',value:'categoryServiceId',text:'服务分类',dictCode:"education_category_service,title,id"}) |
|
|
fieldList.push({type:'string',value:'categoryServiceId',text:'服务分类',dictCode:"education_category_service,title,id"}) |
|
|
fieldList.push({type:'string',value:'categoryMajorId',text:'专业分类',dictCode:"education_category_major,title,id"}) |
|
|
fieldList.push({type:'string',value:'categoryMajorId',text:'专业分类',dictCode:"education_category_major,title,id"}) |
|
|
fieldList.push({type:'string',value:'categoryPeriodId',text:'阶段分类',dictCode:"education_category_period,title,id"}) |
|
|
fieldList.push({type:'string',value:'categoryPeriodId',text:'阶段分类',dictCode:"education_category_period,title,id"}) |
|
|
|
|
|
fieldList.push({type:'Text',value:'paperImage',text:'海报图片',dictCode:''}) |
|
|
|
|
|
fieldList.push({type:'Text',value:'paperDesc',text:'海报文字描述',dictCode:''}) |
|
|
this.superFieldList = fieldList |
|
|
this.superFieldList = fieldList |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|