From 998318a5434e46d567938bc38e22927e8f9705ee Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 22 May 2025 19:18:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=91=8A=E8=AD=A6=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8F=90=E7=A4=BATip=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/faultManage/active-alarm/index.vue | 6 +++--- src/views/faultManage/event/index.vue | 2 +- src/views/faultManage/history-alarm/index.vue | 4 ++-- src/views/perfManage/goldTarget/index.vue | 2 +- src/views/perfManage/kpiCReport/index.vue | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/faultManage/active-alarm/index.vue b/src/views/faultManage/active-alarm/index.vue index f9ea8c15..81dbd73e 100644 --- a/src/views/faultManage/active-alarm/index.vue +++ b/src/views/faultManage/active-alarm/index.vue @@ -531,7 +531,7 @@ const onSelectChange = ( */ function fnCancelConfirm() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.cancelSure'), onOk() { const hide = message.loading(t('common.loading'), 0); @@ -582,7 +582,7 @@ function fnSync() { */ function fnClear() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.delSure'), onOk() { const hide = message.loading(t('common.loading'), 0); @@ -651,7 +651,7 @@ function mapKeysWithReduce(data: any[], titleMapping: Record) { */ function fnExportAll() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.exportSure'), onOk() { const key = 'exportAlarm'; diff --git a/src/views/faultManage/event/index.vue b/src/views/faultManage/event/index.vue index 4cae357f..df4aca93 100644 --- a/src/views/faultManage/event/index.vue +++ b/src/views/faultManage/event/index.vue @@ -323,7 +323,7 @@ function mapKeysWithReduce(data: any, titleMapping: any) { */ function fnExportAll() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.eventAlarm.exportSure'), onOk() { const key = 'exportAlarm'; diff --git a/src/views/faultManage/history-alarm/index.vue b/src/views/faultManage/history-alarm/index.vue index 6443443a..3c085bb5 100644 --- a/src/views/faultManage/history-alarm/index.vue +++ b/src/views/faultManage/history-alarm/index.vue @@ -420,7 +420,7 @@ const onSelectChange = ( */ function fnCancelConfirm() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.cancelSure'), onOk() { const hide = message.loading(t('common.loading'), 0); @@ -465,7 +465,7 @@ function mapKeysWithReduce(data: any[], titleMapping: Record) { */ function fnExportAll() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.exportSure'), onOk() { const key = 'exportAlarmHis'; diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 239c8e20..eb46a7a6 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -265,7 +265,7 @@ const statsColumns: TableColumnType[] = [ */ function fnRecordExport() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.perfManage.goldTarget.exportSure'), onOk() { const key = 'exportKPI'; diff --git a/src/views/perfManage/kpiCReport/index.vue b/src/views/perfManage/kpiCReport/index.vue index 499fc74c..6ae0535e 100644 --- a/src/views/perfManage/kpiCReport/index.vue +++ b/src/views/perfManage/kpiCReport/index.vue @@ -276,7 +276,7 @@ const statsColumns: TableColumnType[] = [ */ function fnRecordExport() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.perfManage.goldTarget.exportSure'), onOk() { const key = 'exportKPI';