From c10290eb3a924983b3bf42d423b8de0b6984be72 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 2 Apr 2025 09:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E9=BB=98=E8=AE=A4=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/formControlPropertiNew.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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) => { + + + 默认图片 + 已上传默认图片,点击修改 + +