diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 1879aaa8..09d76d80 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -647,6 +647,7 @@ export default { allData:'Complete Data', makeLine:'Statistical Chart', time:'Time', + exportSure:'Confirm whether to export all statistical data', } }, traceManage: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index d83ba261..3df7ac21 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -647,6 +647,7 @@ export default { allData:'完整统计数据', makeLine:'统计图', time:'时间', + exportSure:'确认是否导出全部统计数据', } }, traceManage: { diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 91be6d64..f9c3e93c 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -1,7 +1,7 @@