diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts
index 3bca6233..78bf00e7 100644
--- a/src/i18n/locales/en-US.ts
+++ b/src/i18n/locales/en-US.ts
@@ -1084,6 +1084,9 @@ export default {
expressionNoIdTip:'Please check the expression, no valid indicator is found',
},
kpiKeyTarget:{
+ "time":"Time",
+ "rawData":"Table Data",
+ "statistics":"NE metrics",
"fullWidthLayout":"Full Width",
"twoColumnLayout":"Two Column",
"saveLayout": "Save Layout",
diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts
index 5d1ba365..36ab6a14 100644
--- a/src/i18n/locales/zh-CN.ts
+++ b/src/i18n/locales/zh-CN.ts
@@ -1084,6 +1084,9 @@ export default {
expressionNoIdTip:'请检查表达式,没有找到任何有效的指标',
},
kpiKeyTarget:{
+ "time":"时间",
+ "rawData":"表格数据",
+ "statistics":"指标",
"fullWidthLayout":"全宽布局",
"twoColumnLayout":"两列布局",
"saveLayout": "保存布局",
diff --git a/src/views/perfManage/kpiKeyTarget/index.vue b/src/views/perfManage/kpiKeyTarget/index.vue
index 58e0a880..0b4def30 100644
--- a/src/views/perfManage/kpiKeyTarget/index.vue
+++ b/src/views/perfManage/kpiKeyTarget/index.vue
@@ -1,8 +1,7 @@
@@ -798,109 +824,76 @@ const applyTwoColumnLayout = () => {
/>
-
+
-
-
-
-
-
- {{ t('views.perfManage.kpiKeyTarget.saveLayout') }}
-
-
-
-
- {{ t('views.perfManage.kpiKeyTarget.layout1') }}
- {{ t('views.perfManage.kpiKeyTarget.layout2') }}
- {{ t('views.perfManage.kpiKeyTarget.layout3') }}
-
-
-
-
-
- {{ t('views.perfManage.kpiKeyTarget.restoreSaved') }}
-
-
-
-
- {{ t('views.perfManage.kpiKeyTarget.layout1') }}
- {{ t('views.perfManage.kpiKeyTarget.layout2') }}
- {{ t('views.perfManage.kpiKeyTarget.layout3') }}
-
-
-
-
- {{ t('views.perfManage.kpiKeyTarget.fullWidthLayout') }}
-
-
- {{ t('views.perfManage.kpiKeyTarget.twoColumnLayout') }}
-
-
-
-
-
+
-
-
-