From 2d98ab92d4dff6d0d4500e76237a7cb35b5233a9 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw <67260074+fit2cloud-chenyw@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:14:17 +0800 Subject: [PATCH] Update ChartEdit.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(视图): 拼写错误 --- frontend/src/views/chart/view/ChartEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 67efd06237..d99817e159 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2007,7 +2007,7 @@ export default { bus.$off('show-quota-edit-filter', this.showQuotaEditFilter) bus.$off('show-quota-edit-compare', this.showQuotaEditCompare) 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('plugins-calc-style', this.calcStyle) 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-compare', this.showQuotaEditCompare) 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('plugins-calc-style', this.calcStyle) bus.$on('plugin-chart-click', this.chartClick)