From 169ed2f9a382cd5c45ca472d70bcddfd91405cd4 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Mon, 18 Sep 2023 10:57:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=89=A9=E6=96=99=E4=B8=8A=E4=BC=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/basic/basicMaterial.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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', + }, + },