forked from github/dataease
fix(视图): 批量操作中饼图标签位置未翻译问题
This commit is contained in:
parent
ea254eb196
commit
11781f72f2
@ -114,6 +114,9 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.showProperty('position-pie')) {
|
||||
this.labelForm.position = 'outside'
|
||||
}
|
||||
this.init()
|
||||
this.initOptions()
|
||||
this.initData()
|
||||
|
@ -127,6 +127,9 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.showProperty('position-pie')) {
|
||||
this.labelForm.position = 'outer'
|
||||
}
|
||||
this.init()
|
||||
this.initOptions()
|
||||
this.initData()
|
||||
|
Loading…
Reference in New Issue
Block a user