From 1840366ea43cbf32dbf3c9c275942471b0adfd26 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Tue, 9 Sep 2025 09:45:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlPropertiNew.vue | 12 ------------ .../DesignForm/public/expand/uploadPage.vue | 3 ++- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 50f7c79..9e10785 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -959,18 +959,6 @@ const attrList = computed(() => { path: "control.name", vShow: ["upload"], }, - { - label: "列表类型", - value: control.listType, - type: "select", - dict: { - text: "text", - picture: "picture", - "picture-card": "picture-card", - }, - path: "control.listType", - vShow: ["upload"], - }, { label: "提示文字", value: config.tip, diff --git a/src/components/DesignForm/public/expand/uploadPage.vue b/src/components/DesignForm/public/expand/uploadPage.vue index 0ddb571..5a909af 100644 --- a/src/components/DesignForm/public/expand/uploadPage.vue +++ b/src/components/DesignForm/public/expand/uploadPage.vue @@ -163,7 +163,8 @@ const uploadSuccess = (response: any, uploadFile: any, uploadFiles: any) => { {{ props.config?.btnText }} - + + 上传文件