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 @@