Merge pull request #5638 from dataease/pr@dev@fix_ext_quota_formatter

fix(视图-数值格式化): 修复对称条形图副值轴无法调整格式化
This commit is contained in:
fit2cloudrd 2023-07-12 15:11:35 +08:00 committed by GitHub
commit 37cd93d756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -449,7 +449,7 @@ export default {
valueFormatter() {
this.item.index = this.index
this.item.formatterType = 'quota'
this.item.formatterType = 'quotaExt'
this.$emit('valueFormatter', this.item)
}
}

View File

@ -819,6 +819,7 @@
@editItemFilter="showQuotaEditFilter"
@onNameEdit="showRename"
@editItemCompare="showQuotaEditCompare"
@valueFormatter="valueFormatter"
/>
</transition-group>
</draggable>