|
@ -138,6 +138,11 @@ |
|
|
dataIndex: 'description', |
|
|
dataIndex: 'description', |
|
|
scopedSlots: {customRender: 'htmlSlot'} |
|
|
scopedSlots: {customRender: 'htmlSlot'} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title:'视频', |
|
|
|
|
|
align:"center", |
|
|
|
|
|
dataIndex: 'video' |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '操作', |
|
|
title: '操作', |
|
|
dataIndex: 'action', |
|
|
dataIndex: 'action', |
|
@ -175,6 +180,7 @@ |
|
|
fieldList.push({type:'string',value:'title',text:'标题',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'title',text:'标题',dictCode:''}) |
|
|
fieldList.push({type:'Text',value:'image',text:'图片',dictCode:''}) |
|
|
fieldList.push({type:'Text',value:'image',text:'图片',dictCode:''}) |
|
|
fieldList.push({type:'Text',value:'description',text:'描述',dictCode:''}) |
|
|
fieldList.push({type:'Text',value:'description',text:'描述',dictCode:''}) |
|
|
|
|
|
fieldList.push({type:'Text',value:'video',text:'视频',dictCode:''}) |
|
|
this.superFieldList = fieldList |
|
|
this.superFieldList = fieldList |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|