mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #2594 from dataease/pr@dev@fix_pie-label
fix(视图): 批量操作中饼图标签位置未翻译问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user