diff --git a/src/option/basic/basicMaterial.js b/src/option/basic/basicMaterial.js index 33f28a1a..2a1d908a 100644 --- a/src/option/basic/basicMaterial.js +++ b/src/option/basic/basicMaterial.js @@ -258,6 +258,24 @@ export default { prop: "remark", type: "input", }, + { + label: "物料图片", + prop: "picture", + type: "upload", + dataType: 'string', + listType: 'picture-img', + // hide: true, + labelWidth:'150', + span:10, + multiple:false, + width:"200px", + align:'left', + action: '/blade-resource/oss/endpoint/put-file', + propsHttp: { + res: 'data', + url: 'link', + }, + },