From 6b771bb0ceaf72b77f89edf66bcc3bc063bfffc1 Mon Sep 17 00:00:00 2001 From: LiuGuoHua Date: Thu, 22 Feb 2024 16:05:25 +0800 Subject: [PATCH] 1. fix error name --- linkis-web/src/apps/linkis/module/statisticsDashboard/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-web/src/apps/linkis/module/statisticsDashboard/index.vue b/linkis-web/src/apps/linkis/module/statisticsDashboard/index.vue index 74c0c2618d..16f2c09a6e 100644 --- a/linkis-web/src/apps/linkis/module/statisticsDashboard/index.vue +++ b/linkis-web/src/apps/linkis/module/statisticsDashboard/index.vue @@ -126,7 +126,7 @@ import mixin from '@/common/service/mixin' import api from '@/common/service/api' var echarts = require('echarts') export default { - name: 'GlobalHistory', + name: 'StatisticsDashboard', components: { historyTable: table.historyTable, },