diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index a768cbc..770db3e 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -804,15 +804,15 @@ const attrList = computed(() => { vIf: state.isSearch, vShow: ["videoUpAndPlay"], }, - /* { - label: '上传图片', + { + label: '默认图片', value: config.lowcodeImage, path: 'config.lowcodeImage', type: 'lowcodeImage_url', vIf: state.isSearch, vShow: ['lowcodeImage'] }, - { + /*{ label: '尺寸', value: config.lowcodeImage, path: 'config.lowcodeImage', @@ -4132,6 +4132,17 @@ const updataBase = (val: any) => { + + + 默认图片 + 已上传默认图片,点击修改 + +