fix(视图): 批量操作中饼图标签位置未翻译问题

This commit is contained in:
wangjiahao 2022-07-06 13:45:57 +08:00
parent ea254eb196
commit 11781f72f2
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()