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 }} - + + 上传文件