diff --git a/data-room-ui/packages/BigScreenDesign/RightSetting/G2CustomSetting.vue b/data-room-ui/packages/BigScreenDesign/RightSetting/G2CustomSetting.vue
index cdd4a17b..7d66ef0b 100644
--- a/data-room-ui/packages/BigScreenDesign/RightSetting/G2CustomSetting.vue
+++ b/data-room-ui/packages/BigScreenDesign/RightSetting/G2CustomSetting.vue
@@ -27,7 +27,7 @@
v-if="config.border"
label-width="120px"
:config="config.border"
- :bigTitle='config.title'
+ :big-title="config.title"
/>
位置
@@ -38,11 +38,11 @@
/>
旋转
-
-
-
+
+
+
{{ group.groupName | filterGroupName }}
@@ -67,6 +67,7 @@
popper-class="bs-el-select"
class="bs-el-select"
:placeholder="`请选择${setting.label}`"
+ :filterable="setting.filterable"
:multiple="setting.multiple"
clearable
>
diff --git a/data-room-ui/packages/RemoteComponents/innerComponents/aMap/index.vue b/data-room-ui/packages/RemoteComponents/innerComponents/aMap/index.vue
index 71bf4abb..ef824652 100644
--- a/data-room-ui/packages/RemoteComponents/innerComponents/aMap/index.vue
+++ b/data-room-ui/packages/RemoteComponents/innerComponents/aMap/index.vue
@@ -14,7 +14,6 @@