|
@ -163,6 +163,12 @@ |
|
|
dataIndex: 'image', |
|
|
dataIndex: 'image', |
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title:'资料下载模板', |
|
|
|
|
|
align:"center", |
|
|
|
|
|
dataIndex: 'template', |
|
|
|
|
|
scopedSlots: {customRender: 'fileSlot'} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '操作', |
|
|
title: '操作', |
|
|
dataIndex: 'action', |
|
|
dataIndex: 'action', |
|
@ -202,6 +208,7 @@ |
|
|
fieldList.push({type:'string',value:'type',text:'类型',dictCode:'material_type'}) |
|
|
fieldList.push({type:'string',value:'type',text:'类型',dictCode:'material_type'}) |
|
|
fieldList.push({type:'string',value:'keyName',text:'对应材料名称',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'keyName',text:'对应材料名称',dictCode:''}) |
|
|
fieldList.push({type:'Text',value:'image',text:'材料底图',dictCode:''}) |
|
|
fieldList.push({type:'Text',value:'image',text:'材料底图',dictCode:''}) |
|
|
|
|
|
fieldList.push({type:'Text',value:'template',text:'资料下载模板',dictCode:''}) |
|
|
this.superFieldList = fieldList |
|
|
this.superFieldList = fieldList |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|