forked from github/dataease
fix(图表): 修复批量编辑地图缩放按钮无效
This commit is contained in:
parent
af83ae035d
commit
030781e4b6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user