Merge pull request #2594 from dataease/pr@dev@fix_pie-label

fix(视图): 批量操作中饼图标签位置未翻译问题
This commit is contained in:
王嘉豪
2022-07-06 13:47:17 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -114,6 +114,9 @@ export default {
}
},
mounted() {
if (this.showProperty('position-pie')) {
this.labelForm.position = 'outside'
}
this.init()
this.initOptions()
this.initData()

View File

@@ -127,6 +127,9 @@ export default {
}
},
mounted() {
if (this.showProperty('position-pie')) {
this.labelForm.position = 'outer'
}
this.init()
this.initOptions()
this.initData()