|
|
@ -124,7 +124,8 @@ |
|
|
|
{ |
|
|
|
title:'图片', |
|
|
|
align:"center", |
|
|
|
dataIndex: 'image' |
|
|
|
dataIndex: 'image', |
|
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '操作', |
|
|
@ -160,7 +161,7 @@ |
|
|
|
}, |
|
|
|
getSuperFieldList(){ |
|
|
|
let fieldList=[]; |
|
|
|
fieldList.push({type:'string',value:'image',text:'图片',dictCode:''}) |
|
|
|
fieldList.push({type:'Text',value:'image',text:'图片',dictCode:''}) |
|
|
|
this.superFieldList = fieldList |
|
|
|
} |
|
|
|
} |
|
|
|