diff --git a/data-room-ui/packages/BasicComponents/Input/index.vue b/data-room-ui/packages/BasicComponents/Input/index.vue
index 5e715b93..dab95bee 100644
--- a/data-room-ui/packages/BasicComponents/Input/index.vue
+++ b/data-room-ui/packages/BasicComponents/Input/index.vue
@@ -100,7 +100,6 @@ export default {
     handleInput (val) {
       // 提供一个防抖的方法
       this.debounce(() => {
-        console.log('val', val)
         this.linkage({ [this.config.code]: val })
       })
     },
diff --git a/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue b/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue
index d6c6a391..70b5479f 100644
--- a/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue
+++ b/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue
@@ -48,7 +48,7 @@
           label="映射规则"
           align="center"
         >
-          <span>等于</span>
+          <span>赋值给</span>
         </el-table-column>
         <el-table-column
           label="目标组件接收参数"