From 4e11334cf7cb1f6b58a6c61a1d44f35280347418 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 12 Apr 2024 13:55:50 +0800 Subject: [PATCH] =?UTF-8?q?1=E4=BF=AE=E6=94=B9=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlAttr.vue | 16 ---------------- src/components/DesignForm/layoutPage/index.vue | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index da832d301..0a08fd7ac 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -723,14 +723,6 @@ vIf: state.isSearch, vShow: ['lowcodeImage'] }, - { - label: '选项数据源', - value: config.transfer, - path: 'config.transfer', - type: 'transfer_options_datasource', - vIf: state.isSearch, - vShow: ['lowcodeTransfer'] - }, /* { label: '上传视频封面', value: config.uploadvideo, @@ -739,14 +731,6 @@ vIf: state.isSearch, vShow: ['videoUpAndPlay'] }, */ - { - label: '穿梭框名', - value: config.transfer, - path: 'config.transfer', - type: 'transfer_name', - vIf: state.isSearch, - vShow: ['lowcodeTransfer'] - }, { label: '视频宽度(像素)', value: config.uploadvideo, diff --git a/src/components/DesignForm/layoutPage/index.vue b/src/components/DesignForm/layoutPage/index.vue index 8e5acca41..866f91a70 100644 --- a/src/components/DesignForm/layoutPage/index.vue +++ b/src/components/DesignForm/layoutPage/index.vue @@ -104,7 +104,7 @@