fix(图表): 修复批量编辑地图缩放按钮无效

This commit is contained in:
wisonic-s 2024-06-03 16:49:57 +08:00
parent af83ae035d
commit 030781e4b6

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>