From e04fd4077ee36f6b56a2ab7d76833b3df693fb56 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 31 Oct 2024 10:36:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BD=91?= =?UTF-8?q?=E5=85=83=E6=8C=87=E6=A0=87=E6=A6=82=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 6 + src/i18n/locales/zh-CN.ts | 6 + src/views/perfManage/kpiOverView/index.vue | 744 ++++++++++++++++++++- 3 files changed, 745 insertions(+), 11 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 1a7b6606..751d8697 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1090,6 +1090,12 @@ export default { "layout2": "Layout 2", "layout3": "Layout 3" }, + kpiOverView:{ + "changeLine":"Change to Line Charts", + "changeBar":"Change to Bar Charts", + "chooseShowMetrics":"Select the metric you want to display", + "chooseMetrics":"Select an indicator", + }, }, traceManage: { analysis: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 3cb18a22..6d8856da 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1090,6 +1090,12 @@ export default { "layout2": "布局2", "layout3": "布局3" }, + kpiOverView:{ + "changeLine":"切换为折线图", + "changeBar":"切换为柱状图", + "chooseShowMetrics":"选择需要显示的指标", + "chooseMetrics":"选择指标", + }, }, traceManage: { analysis: { diff --git a/src/views/perfManage/kpiOverView/index.vue b/src/views/perfManage/kpiOverView/index.vue index 9acef774..a13da5f1 100644 --- a/src/views/perfManage/kpiOverView/index.vue +++ b/src/views/perfManage/kpiOverView/index.vue @@ -1,16 +1,738 @@ - - - +