Update ChartEdit.vue

fix(视图): 视图编辑器拼写错误
This commit is contained in:
fit2cloud-chenyw 2023-03-14 15:08:29 +08:00 committed by GitHub
parent 3d2b353a84
commit 51d5880071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2007,7 +2007,7 @@ export default {
bus.$off('show-quota-edit-filter', this.showQuotaEditFilter) bus.$off('show-quota-edit-filter', this.showQuotaEditFilter)
bus.$off('show-quota-edit-compare', this.showQuotaEditCompare) bus.$off('show-quota-edit-compare', this.showQuotaEditCompare)
bus.$off('show-edit-filter', this.showEditFilter) bus.$off('show-edit-filter', this.showEditFilter)
bus.$off('show-edit-formater', this.valueFormatter) bus.$off('show-edit-formatter', this.valueFormatter)
bus.$off('calc-data', this.calcData) bus.$off('calc-data', this.calcData)
bus.$off('plugins-calc-style', this.calcStyle) bus.$off('plugins-calc-style', this.calcStyle)
bus.$off('plugin-chart-click', this.chartClick) bus.$off('plugin-chart-click', this.chartClick)
@ -2078,7 +2078,7 @@ export default {
bus.$on('show-quota-edit-filter', this.showQuotaEditFilter) bus.$on('show-quota-edit-filter', this.showQuotaEditFilter)
bus.$on('show-quota-edit-compare', this.showQuotaEditCompare) bus.$on('show-quota-edit-compare', this.showQuotaEditCompare)
bus.$on('show-edit-filter', this.showEditFilter) bus.$on('show-edit-filter', this.showEditFilter)
bus.$on('show-edit-formater', this.valueFormatter) bus.$on('show-edit-formatter', this.valueFormatter)
bus.$on('calc-data', this.calcData) bus.$on('calc-data', this.calcData)
bus.$on('plugins-calc-style', this.calcStyle) bus.$on('plugins-calc-style', this.calcStyle)
bus.$on('plugin-chart-click', this.chartClick) bus.$on('plugin-chart-click', this.chartClick)