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