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, },