Merge pull request #10043 from dataease/pr@dev-v2@fix_batch_map_zoom_btn

fix(图表): 修复批量编辑地图缩放按钮无效
This commit is contained in:
wisonic-s 2024-06-03 16:51:00 +08:00 committed by GitHub
commit fe66fa1d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -560,7 +560,7 @@ onMounted(() => {
:effect="themes"
v-model="state.basicStyleForm.showZoom"
:predefine="predefineColors"
@change="changeBasicStyle('zoomShow')"
@change="changeBasicStyle('showZoom')"
>
{{ t('chart.show_zoom') }}
</el-checkbox>