|
|
|
@ -149,7 +149,7 @@ |
|
|
|
|
dataIndex: 'description' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'图片地址', |
|
|
|
|
title:'图片', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'pictureUrl', |
|
|
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
|
@ -213,7 +213,7 @@ |
|
|
|
|
fieldList.push({type:'string',value:'partsName',text:'部件名称',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'componentType',text:'部件类型',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'description',text:'描述',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'pictureUrl',text:'图片地址',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'pictureUrl',text:'图片',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'modularId',text:'模块',dictCode:'zy_cloths_modular,modular_name,id'}) |
|
|
|
|
fieldList.push({type:'string',value:'enterpriseId',text:'企业',dictCode:''}) |
|
|
|
|
this.superFieldList = fieldList |
|
|
|
|