|
|
@ -183,18 +183,34 @@ |
|
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
title:'商品内容图片', |
|
|
|
align:"center", |
|
|
|
dataIndex: 'picDetail', |
|
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
title:'商品视频', |
|
|
|
align:"center", |
|
|
|
dataIndex: 'video', |
|
|
|
scopedSlots: {customRender: 'fileSlot'} |
|
|
|
}, |
|
|
|
{ |
|
|
|
title:'检测报告图片', |
|
|
|
align:"center", |
|
|
|
dataIndex: 'report', |
|
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
title:'检测视频', |
|
|
|
align:"center", |
|
|
|
dataIndex: 'reportVideo', |
|
|
|
scopedSlots: {customRender: 'fileSlot'} |
|
|
|
}, |
|
|
|
{ |
|
|
|
title:'单价', |
|
|
|
align:"center", |
|
|
@ -273,6 +289,8 @@ |
|
|
|
fieldList.push({type:'Text',value:'pic',text:'报价照片',dictCode:''}) |
|
|
|
fieldList.push({type:'Text',value:'picDetail',text:'商品内容图片',dictCode:''}) |
|
|
|
fieldList.push({type:'Text',value:'report',text:'检测报告图片',dictCode:''}) |
|
|
|
fieldList.push({type:'Text',value:'reportVideo',text:'检测视频',dictCode:''}) |
|
|
|
fieldList.push({type:'Text',value:'video',text:'商品视频',dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'specsName',text:'商品规格',dictCode:''}) |
|
|
|
fieldList.push({type:'BigDecimal',value:'price',text:'单价',dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'num',text:'暂定数量、',dictCode:''}) |
|
|
|