From 327a377e7950bb617119c881e92d40dbccafc42a Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 5 Jan 2024 11:30:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AF=BC=E5=87=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 1 + src/i18n/locales/zh-CN.ts | 1 + src/views/perfManage/goldTarget/index.vue | 128 +++++++++++++++------- 3 files changed, 90 insertions(+), 40 deletions(-) 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 @@